Alternative mounting options
The basic flow uses automatic payment method display. For more control, use these alternatives:Custom payment method selection (startPaymentLite)
Select which payment method to display:
Simplified flow (startPaymentSeamlessLite)
Similar to Lite but with automatic payment creation:
Vaulted token payments
Use saved payment methods for a faster checkout experience.Parameters
| Parameter | Description |
|---|---|
checkoutSession | Checkout session ID from your backend. |
methodSelected.paymentMethodType | Payment method type (e.g. CARD, PIX). |
methodSelected.vaultedToken | Saved payment method token, or null for new card. |
showPaymentStatus | When true, SDK shows payment result UI. |
countryCode | Optional ISO country code override (e.g. US). |