#mahendra

1 messages · Page 1 of 1 (latest)

modest windBOT
stuck heart
#

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.

atomic ferry
#

but is there any working solution?

stuck heart
#

What type of connected account are you using? Standard, Express or Custom?

atomic ferry
#

standard

stuck heart
atomic ferry
#

Thanks I think that'll work

#

But this only support for card or
it is available also for sepa direct debit?

stuck heart
#

Nope. Sepa direct debit can't be cloned. Only card and us_bank_account can be cloned

atomic ferry
#

ok

atomic ferry
#

Hi now if I clone payment-method then it show error customer not found
when I create payment Intent

tribal comet
#

Hi @atomic ferry I'm taking over this thread

atomic ferry
#

req_deEBwpXuS82FNv

tribal comet
#

The customer is created in platform, not connected account, that's why Stripe API complained about customer not found.

atomic ferry
#

yes but I'm cloning paymentMethod for connect account so how can I handle?

tribal comet
#

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.

atomic ferry
#

ok thanks

atomic ferry
#

Hey If I clone a customer for a connected account then is there any way to list all saved cards for different connected accounts.

tribal comet
#

There's no way to clone a customer, you can only clone a payment method, not a customer.

atomic ferry
#

sorry.

tribal comet
#

The title of the article is misleading, if you look at the content, it's about cloning payment methods, not customer.

atomic ferry
#

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

tribal comet
#

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)

atomic ferry
#

even if I you source It give me same error

tribal comet
#

Request ID?

atomic ferry
#

this one
req_FHYHJjk0COYz7N

tribal comet
#

No, this customer doesn't have a source

atomic ferry
#

I use this code