Skip to main content
POST
Add Balance To User's Account

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

X-DedupeId
string

Used to prevent duplicate requests. Two of the same DedupeId won't be allowed within 1 hour if header exists

Path Parameters

account_id
string
required

Body

application/json
amount_to_deposit
integer
required
amount_to_charge
integer
required
charge_against_denomination
string

Charge against another one of the user's denomination balances instead of credit card

Response

200

OK