#Ohmance

1 messages · Page 1 of 1 (latest)

west wingBOT
proper hollow
#

Hi, which integration and which Doc are you following?

compact oyster
proper hollow
#

Checkout or Direct API?

compact oyster
#

I'm willing to use either if it yields a good user experience, but I'm looking at checkout right now. The goal is to allow users to pay for the first year with either credit card or afterpay and then add them to a monthly subscription starting the 2nd year automatically if they paid with a credit card or else ask them for their credit card just before the 2nd year if they used afterpay.

proper hollow
#

Yeah so if you use Checkout, you can let the Checkout page handle all the collection for you. It should works on your best conversion and fully hosted by Stripe

compact oyster
#

Looks like Direct API might be the way for me to go. It didn't click with me initially that that was an option, but it appears I'll have to build the UI to let them decide between card or afterpay. Thank you!

proper hollow
#

Checkout can also have both Card an AfterPay 🙂

#

payment_method_types: ['card', 'afterpay_clearpay'],

compact oyster
#

Correct, but the main issue is that it asks for a shipping address for card if I try to mix the two. I also can't specify that I want to reuse the payment method later off_session.

proper hollow
#

Ah right! So Direct API then