#sovereignty_7

1 messages · Page 1 of 1 (latest)

shrewd smeltBOT
timid wolf
#

BNPL only supports one-time payment and can't be saved for subscription or future payment.

Your solution sounds right to me that:

  1. Use Setup Intent to save customer card and set to the default_payment_method of the subscription
  2. 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
thin topaz
#

Sounds good. Thanks for the confirmation!