📄️ Create a payment link
Creates a payment link that can be shared with customers to allow them to make the payment.
📄️ Get payment link
Retrieves the details of an existing payment link by its ID.
📄️ Get installment options
Returns available installment plans for a card based on the BIN and billing information.
📄️ Tokenize card
Creates a secure token for a credit or debit card with enhanced features including channel support, device tokenization, and payment link association. When channels includes RECURRING, additional validations are required (holder name, email, card type, brand).
📄️ Initialize payment
Initializes an ecommerce payment transaction with the provided payment method and plan.
📄️ Check 3DS enrollment
Checks if the card is enrolled in 3D Secure authentication and returns the authentication URL if required.
📄️ Validate OTP
Validates the One-Time Password (OTP) sent to the cardholder for authentication.
📄️ Execute payment
Executes the payment transaction after initialization and any required authentication steps.
📄️ Confirm payment
Confirms a pending ecommerce payment transaction.