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

NameDescriptionTypeOption
apiClientIDAPI Client ID (Provided above)NumericMandatory
keyAPI Key (Provided above)StringMandatory
destinationClientIDClient ID you are transferring toStringMandatory
creditsCredits being transferredStringMandatory

Response Parameters

NameDescriptionTypeOption
statusStatus of the request (222 - success, 666 - error)NumericMandatory
status_messageDescription of statusStringMandatory
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,
}