#akshay.devstree
1 messages · Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
Can you share the API requests that errors like I asked? It's easier for me to understand what you're doing from that
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
Yep. Did you read the doc at the link?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yes but they are suggesting custom way to setup intent
Yes that is now the only way for Indian merchants
So if we go with this flow, How we gonna use Google Pay & Apple pay /.
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)
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 ?
Please bear with me, I'm also helping other users
Ahh sorry about that, You can take your take