API Documentation
Intro
Calls
subtractCredit
API Call - subtractCredit
Description
Subtracts credit from a user
Parameters
| Param | Required? | Description |
| pid | yes | your chompon publisher-id |
| auth | yes | your chompon authentication-key |
| uid | yes | the user's user-id. Either this or the email address must be passed in. |
| yes | The user's email address. Either this or the user-id must be passed in. | |
| amount | yes | the amount to subtract from user |
Examples
Subtract Credit:
https://www.chompon.com/api.php?pid=12&uid=6&amount=12.75&auth=26a4171b3c38b868&method=subtractCredit


