APIs
Add Balance To User's Account
Add some form of balance to a user’s account and charge them for it
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
Used to prevent duplicate requests. Two of the same DedupeId won't be allowed within 1 hour if header exists
Path Parameters
Body
application/json
Charge against another one of the user's denomination balances instead of credit card
Response
200
OK