/v1/payments/card/charge - POST

This endpoint allows you to charge a customer's card using a previously generated token (from the tokenize endpoint). It creates a payment transaction similar to the standard card payment initiation, but instead of raw card details, you supply the token.

To access this endpoint, you must include a valid access token in the Authorization header. This token should be obtained from the /v1/auth endpoint after successful authentication. Refer to the authentication guide for detailed instructions on how to retrieve the access token.

Language
Click Try It! to start a request and see the response here!