List of Currencies
1. Currencies API
In order to assist your team we also have an API which lists the currencies available for Pay My Card. This is available through the endpoint below:
This will return a list of possible currencies.
2. Validation
We perform several validations on our end to ensure that only valid requests are processed.
• Card number validations (Example Luhn Checks, Bin Checks, etc)
• Expiry Date validation
• KYC checks (Cardholder name, country code, etc)
• Currency checks
If the data sent is valid, the transaction gets created and sent to the acquirer. In the response, we return a transaction reference, which should be used to search for the transaction.
Updated about 1 year ago