Cards
Server-to-server card payment processing. Includes public key retrieval, encrypted card payments (OTP/3DS), Google Pay, and Apple Pay.
📄️ Get Public Key
Fetch the current RSA public key required to encrypt card data before transmission.
📄️ Card Payment (OTP/3DS)
Submit an encrypted card payment for a registered transaction. Card data must be encrypted with the RSA public key from the `Get Public Key` endpoint.
📄️ Google Pay Payment
Authorize a payment using a Google Pay token.
📄️ Apple Pay Payment
Authorize a payment using Apple Pay. This endpoint handles both session initialization and payment submission.