#cab-subscription-integration

1 messages · Page 1 of 1 (latest)

hard pendantBOT
sand condor
#

cab-subscription-integration

#

@odd turtle there are many ways to integrate and it kinda depends on a lot of factors. If your code works already that seems fine right?

odd turtle
#

Yes what I have works fine for Card payments, but we just implemented the PaymentElement on our client side, and when we tried to enable CashApp pay, it didn't work because it seemed to require the multi-step flow, where the client must confirm the payment intent with the clientSecret from the backend

odd turtle
#

So in order to enable more payment methods, will I need to switch to the latter integration, manually confirming paymentIntents on the client side?

sand condor
#

you likely want this flow which is close to what you did before but lets you go back client-side to confirm the payment when needed

odd turtle
#

Okay thanks for the help! I'll test that out