I am trying to implement a create payment api and want to test it out but here I’m facing some issue while calling the create payment api.
URL : https://sandboxapi.rapyd.net/v1/payments
Headers & Payload : Paste ofCode
Response :
“status”: {
“error_code”: “INVALID_CURRENCY”,
“status”: “ERROR”,
“message”: “The request attempted an operation that requires a currency, but the value was missing or not recognized. The request was rejected. Corrective action: Use the correct 3-letter ISO 4217 code for the currency in uppercase letters.”,
“response_code”: “INVALID_CURRENCY”,
“operation_id”: “618ae138-3fd2-4e83-8d6b-c4242b4fae22”
}
Can anyone please let me know what is wrong with this?