Digital card payments let your customers pay directly with their debit or credit cards on your website or mobile app. our cards api uses the /payments/card/initialize
endpoint to securely collect card details, handle 2ds/3ds authentication flows, and notify you of the result via webhook.once initialized, you can present any required next actions (for example, a 3ds challenge) and then complete the transaction by polling or listening for our callback.payment method | countries | payment flow | recurring | chargebacks | paymentMethod.type |
---|
card payments | global | direct (with optional redirect) | not available* | available | card |
* recurring card charges aren’t natively supported via this endpoint—consider vault/token APIs if you need to store cards for later billing.
if next_action is provided, render or redirect as indicated to complete authentication.
final outcome is sent to your callback_url.
Modified at 2025-04-19 09:05:16