Use this api to transfer credits between your associated accounts.
URL - https://app.bongasms.co.ke/api/transfer-credits
METHOD - POST
Response - JSON
Request Parameters
Name | Description | Type | Option |
---|---|---|---|
apiClientID | API Client ID (Provided above) | Numeric | Mandatory |
key | API Key (Provided above) | String | Mandatory |
destinationClientID | Client ID you are transferring to | String | Mandatory |
credits | Credits being transferred | String | Mandatory |
Response Parameters
Name | Description | Type | Option |
---|---|---|---|
status | Status of the request (222 - success, 666 - error) | Numeric | Mandatory |
status_message | Description of status | String | Mandatory |
curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d "apiClientID=92&key=OnwyU5jV6dIb225&secret=n0WqOyhKsx2HiMAIcU5ag4A2zJsPej&destinationClientID=566&credits=2" https://app.bongasms.co.ke/api/transfer-credits
{
"status_message":"Successfully transferred credits",
"status":222,
}