Refunds

Refund Account Balance

post

Refund the balance of an account, either partially or totally.

Authorizations
api_keystringRequired
Path parameters
accountIdstringRequired

Unique identifier of the account

Body
amountnumber · floatOptional

Amount to be refunded. If not specified, the total balance will be refunded.

Responses
chevron-right
200

Refund processed successfully

application/json
messagestringOptional

Success message

refundedAmountnumber · floatOptional

The amount that was refunded

post
/accounts/{accountId}/refund

Last updated