AVAILABLE CURRENCIES OF WALLET OWNER


Get list of all currencies which is provided by wallet owner.

   Customer will get list of currencies and wallet owner setting details.


How to get list of currencies?

The POST request will be send over HTTPS to the endpoint.


Sample Request


Sample Response

NOTE:

  • isMerchant – Want to merchant account type or not for user
  • isPrepaidCardFeatureRequired – Want prepaid card option for user or not


Request Parameters

This reference lists all the standard flow parameters to be send in request.

Parameter Description Format Required
walletOwnerId Provided by Unique id. N20
[0-9]
Yes
token Provided by Unique token. String Yes


Response Parameters

This reference list lists all the standard flow parameters to be received in response.

Parameter Description Format Required
responseCode Response code [a-zA-Z0-9] Yes
isMerchant Create account for merchant if flag is enable(eg: 0 or 1). N
[0-9]{1}
Yes
currencyList Get list of currencies available for signup A3
[A-Z]{3}
Yes
isPrepaidCardFeatureRequired If prepaid card feature is enable (eg: 0 or 1). N
[0-9]{1}
Yes


List of response code from API

Response Code Message
1 SUCCESS
2 FAILED
3 INVALID TOKEN