#jay1567-react-native

1 messages · Page 1 of 1 (latest)

cloud lark
#

I recommend taking the time to go through those steps slowly first ignoring Connect to start.

dark summit
#

Okay. We actually have this implemented before.
When we were not storing the the card details and linking paymentMethod. Now when we tried using the same PaymentSheet with an PaymentIntent that had a PaymentMethod it gives failure and in console it shows each value as null

cloud lark
#

You can't use the same PaymentSheet since there are for 2 completely separate accounts

#

One is for the platform (collecting card details) and then you need a separate implementation to then confirm on the connected account (direct charge)

dark summit
#

Also do you have a save type of pre built page available just to save cards. Like we want to setup customer even before payment so when payment comes we list the cards and customer selects a card and we process it. I have checked the CardField already but is there like a pre-built page same as PaymentSheet for saving Card Details in React Native.

dark summit
cloud lark
#

Make sure to take the time to go through each of our doc and test things first!