📄️ POST Create Payment
💡 Creates a new payment transaction using credit or debit card.
📄️ GET List Payments
💡 Retrieves the list of card payment transactions.
📄️ GET Search Payment
💡 Returns the details of a specific transaction from its unique identifier (muid)
📄️ POST Cancel Payment
💡 Endpoint that processes the cancellation/refund of a sale from its unique identifier (muid).
📄️ POST Tokenize Card
💡 This endpoint initiates the card tokenization process. It also stores the card in a secure card vault.
📄️ POST Setup 3DS
3D Secure or 3DS is an authentication protocol used to confirm whether the buyer is actually the cardholder of the credit or debit card. The purpose of this protocol is to prevent fraud in card not present (CNP) transactions.
📄️ POST 3DS Authentication
Validates the card's participation in a 3DS authentication program and confirms transaction data. If the transaction qualifies for a frictionless flow, the response will return the 3DS authentication result and complete the authentication process. If a challenge flow is required, the response will include the necessary parameters to initiate and execute the 3DS challenge.
📄️ POST 3DS Challenge Response
This endpoint handles the 3D Secure challenge step, allowing the cardholder to complete any additional authentication required and returning the final authentication result.
📄️ Webhook Notification
Notified Events