Create a charge
POST/customers/:customerId/wallet/charges
Charges allow you to charge ad-hoc fees to an account outside of normal usage processing.
The charge transaction_id is used as an idempotency key to ensure safe retries.
Request
Responses
- 201
- 400
- 401
- 422
The request has succeeded and a new resource has been created as a result.
The server could not understand the request due to invalid syntax.
Access is unauthorized.
Client error