Fund Account
POST
{{ BASE_URL }}/api/biller/betting/fund
Request Body
Name
Type
Description
serviceType*
String
accountNumber*
String
agentReference*
String
amount*
decimal
{
"isSuccessful": true,
"message": "string",
"code": "string",
"data": {
"amount": 0,
"statusCode": "string",
"transactionStatus": "string",
"transactionMessage": "string",
"transactionReference": "string",
"isSuccessful": true
},
"transactions": "string"
}
Last updated