{endpoint}account/credits
You can add the credits to your customers using this api.
access_token
of main reseller(admin) account should use for adding credits to your customers
Name | Descriptions |
---|---|
username | Username of account you want to add credits |
credits | Number of credits |
service | Service in which need to add credits. Ex: P, T, S |
Name | Descriptions |
---|---|
notes | Reference notes |
order_id | Reference orderid if any |
curl -X POST \
'{endpoint}account/credits?access_token=46bab6277ca67daxxxxxx' \
-H 'content-type: application/x-www-form-urlencoded' \
-d 'service=T&username=laxmanxxx&credits=100¬es=test%20from%20api'
{
"status": "OK",
"message": "Funds updated successfully.."
}