AVAILABLE CURRENCIES OF WALLET OWNER
Get list of all currencies which is provided by wallet owner.
Host
Test: https://mob.paymentplug.com/
Live: https://wallet.paymentplug.com/
How to get list of currencies?
The POST request will be send over HTTPS to the accountServices/AccountService/deleteStore 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 Paymentplug Unique id. | N20 [0-9] |
Yes |
token | Provided by Paymentplug 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 |