#icurrytheteam

1 messages · Page 1 of 1 (latest)

frozen spruceBOT
silver cloak
#

Hi, are you ultimately looking to collect payment method details, and then charging the customer later for subscriptions using React?

lyric robin
#

Yes

#

Like, for example, we can collect their payment details, then when they purchase something later, they can select their payment method.

#

Similar to Uber or Netflix if that makes sense?

silver cloak
#

On the Payment Method selection option, you'd need to build that on your end. Currently, there is not a UI that shows saved payment methods like you mentioned.

lyric robin
#

Right and this the part where I seem to have confusion. I can create the form to input the payment details but how do I add button to confirm? Does it work exactly like how it does in the example?

silver cloak
#

Yes, you add that button on your end and when the button is clicked, you make the confirm call.

lyric robin
#

Ok, great thanks

#

It really was that simple...