#mahendra
1 messages · Page 1 of 1 (latest)
When Direct Charges is used, the payment method is saved in the connected account. Payment method from one connected account can't be accessed from another connected account.
but is there any working solution?
What type of connected account are you using? Standard, Express or Custom?
standard
One way I can think of is to:
- Use Setup Intent to save the payment method on the platform (no payment): https://stripe.com/docs/payments/save-and-reuse
- Clone the payment method to the connected account, and make payment from it: https://stripe.com/docs/payments/payment-methods/connect#cloning-payment-methods
Thanks I think that'll work
But this only support for card or
it is available also for sepa direct debit?
Nope. Sepa direct debit can't be cloned. Only card and us_bank_account can be cloned
ok
Hi now if I clone payment-method then it show error customer not found
when I create payment Intent
Hi @atomic ferry I'm taking over this thread
Can you share the request ID (req_xxx)? Here's how you can find it: 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.
req_deEBwpXuS82FNv
The customer is created in platform, not connected account, that's why Stripe API complained about customer not found.
yes but I'm cloning paymentMethod for connect account so how can I handle?
The PaymentMethod is already cloned to your connected account and it's ready to use. If you want to reuse the cloned payment method, you need to attach it to a customer that's created in connected account.
ok thanks
Hey If I clone a customer for a connected account then is there any way to list all saved cards for different connected accounts.
There's no way to clone a customer, you can only clone a payment method, not a customer.
sorry.
The title of the article is misleading, if you look at the content, it's about cloning payment methods, not customer.
yes
Hey could you tell me waht's wrong with this request
req_aaX3xHQxsIuXDy
I got this error but I'm atteching paymentMethod for this intent
You are using the legacy token APIs which requires source, and this customer doesn't have any source attached to it (although it has attached payment_method)
even if I you source It give me same error
Request ID?
this one
req_FHYHJjk0COYz7N
No, this customer doesn't have a source