post https://$host.com/api/v1/v1/payments/card/charge
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.
