Update Customer Credit Balance

View as Markdown
Update a customer's credit balance.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

customer_idstringRequired
account_idstringRequired

Request

This endpoint expects an object.
amount_atomintegerRequired
Credit balance amount in smallest currency unit
currencyenumRequired
Currency code

Response

Successful Response
amount_atominteger
Credit balance amount in smallest currency unit
currencyenum
Currency code

Errors

422
Unprocessable Entity Error