API Documentation
Intro
Calls
addCredit
API Call - addCredit
Description
Adds user credit that can be used for future purchases by this 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 credit user |
Examples
Add Credit:
https://www.chompon.com/api.php?pid=12&uid=6&amount=12.75&auth=26a4171b3c38b868&method=addCredit


