You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the “destinations” supported and something where we can pass the destination id? We are transferring the amount to our providers and have this working on Web SDK. We have initially implemented using React Native SDK but it looks like it’s not doing the transfer process.
Thanks for your response. I did it as mentioned and though the transaction shows on our Statement, it doesn't seem to be transferring to the destination. Attached is how this has been coded on our app. Am I missing something here? Or does this destination format something that is introduced in later versions?
Is the “destinations” supported and something where we can pass the destination id? We are transferring the amount to our providers and have this working on Web SDK. We have initially implemented using React Native SDK but it looks like it’s not doing the transfer process.
"destinations": {
"destination": [
{
"id": "480593",
"amount": 2,
"currency": "KWD"
},
{
"id": "486374",
"amount": 3,
"currency": "KWD"
}
]
},
The text was updated successfully, but these errors were encountered: