- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm submitting a JSON string in a merchant defined field to the SIM hosted payment form, however the relay response only contains the opening curly bracket of the original string, "{", and the rest of the string is missing in the response.
Is it not possible to submit a JSON string as a merchant defined field value?
Thanks, Fritz
Solved! Go to Solution.
โ12-01-2015 09:07 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have come up with an easy workaround, which is to base64 encode the json string before submission and decode it after receiving it from the relay response.
โ12-01-2015 09:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have come up with an easy workaround, which is to base64 encode the json string before submission and decode it after receiving it from the relay response.
โ12-01-2015 09:40 AM

