/v1/payments/card - POST

This endpoint is used to initiate and process a payment using credit or debit card details. It enables merchants or platforms to collect payments securely from end-users through supported card networks (e.g., Visa, MasterCard, AMEX).

The endpoint accepts cardholder information, payment amount, and currency details, and optionally handles 3D Secure authentication (3DS1/3DS2) when required by the issuer. It ensures PCI-compliant processing and provides detailed response messages to indicate success, failure, or next steps in the authentication process.

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!