Please find complete documentation from https://docs.transaction-monitor.io/.
Blu Penguin Merchant API v1 (v1)
Download OpenAPI description
Languages
Servers
Mock server
https://docs.transaction-monitor.io/_mock/blupenguin_openapi_v1/
Blu Penguin Merchant API sandbox
https://api.sandbox.transaction-monitor.io/
Blu Penguin Merchant API production
https://api.transaction-monitor.io/
- Mock serverhttps://docs.transaction-monitor.io/_mock/blupenguin_openapi_v1/v1/wallet-balances
- Blu Penguin Merchant API sandboxhttps://api.sandbox.transaction-monitor.io/v1/wallet-balances
- Blu Penguin Merchant API productionhttps://api.transaction-monitor.io/v1/wallet-balances
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
https://docs.transaction-monitor.io/_mock/blupenguin_openapi_v1/v1/wallet-balances \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Request has been succesfully processed.
List of wallet balances
Country of the wallet.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.
Example: "ZMB"
Response
application/json
{ "balances": [ { … }, { … } ] }
Path
The country for which to get wallet balances for.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.
- Mock serverhttps://docs.transaction-monitor.io/_mock/blupenguin_openapi_v1/v1/wallet-balances/{country}
- Blu Penguin Merchant API sandboxhttps://api.sandbox.transaction-monitor.io/v1/wallet-balances/{country}
- Blu Penguin Merchant API productionhttps://api.transaction-monitor.io/v1/wallet-balances/{country}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.transaction-monitor.io/_mock/blupenguin_openapi_v1/v1/wallet-balances/{country}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Request has been succesfully processed.
List of wallet balances
Country of the wallet.
Format is ISO 3166-1 alpha-3, three character country code in upper case. Read more from Wikipedia.
Example: "ZMB"
Response
application/json
{ "balances": [ { … } ] }