Account
Get account information
Headers
Name
Type
Description
{
"account_number": "1234567812345678", // Send as string since big integer does not support for statically-typed programming languages.
"account_balance": "201.00",
"transaction_limit": "2000.00",
"currency_code": "USD"
}Get transaction record
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
Add money
Headers
Name
Type
Description
Example of POST data (JSON)
Last updated