#sovereignty_7
1 messages · Page 1 of 1 (latest)
BNPL only supports one-time payment and can't be saved for subscription or future payment.
Your solution sounds right to me that:
- Use Setup Intent to save customer card and set to the default_payment_method of the subscription
- When the customer returns next time for one-time payment, your website can show the saved card and BNPL as payment options
- If card is chosen, set the PM in PI with
confirm: true - If BNPL is chosen, set payment method types and confirm it at client
Sounds good. Thanks for the confirmation!