#akshay.devstree

1 messages · Page 1 of 1 (latest)

topaz waveBOT
rapid crest
boreal bobcat
#

Let me first explain you our current implementation so you can better understand

#

We are trying to make direct charge into connect account

To do this, We have to clone customer into connect account

When trying to clone customer into connect account stripe throwing error like default payment method required to clone customer

Now for indian payment, Stripe android SDK is not allowing us to add new card before making payment intent or before setup intent

We are also using google pay & apple pay as well from stripe SDK

rapid crest
#

Can you share the API requests that errors like I asked? It's easier for me to understand what you're doing from that

boreal bobcat
#

Okay let me check if i am getting request id from Stripe SDK while creating new card

#

No, I am getting only error message from SDK

#

This is the error i am getting from stripe SDK

rapid crest
#

Yep. Did you read the doc at the link?

boreal bobcat
#

Yes but they are suggesting custom way to setup intent

rapid crest
#

Yes that is now the only way for Indian merchants

boreal bobcat
#

So if we go with this flow, How we gonna use Google Pay & Apple pay /.

rapid crest
#

I don't understand enough about how you're currently integrating. My guess is you're creating Payment Methods directly and then calling /attach

#

Instead you'd use Setup Intents, which work with the Payment Sheet (i.e. Google Pay)

boreal bobcat
#

Can you suggest me below possibility will work or not?

Let's make it like this, First will check if the customer having any default payment method or not

If not then will intitiate setup intent flow, Now payment method is attached with that customerID right

So when creating an payment intent we can clone customer into connect account

#

?

#

@rapid crest ?

rapid crest
#

Please bear with me, I'm also helping other users

boreal bobcat
#

Ahh sorry about that, You can take your take