#Killian Quoniou
1 messages · Page 1 of 1 (latest)
mainly it comes down to https://stripe.com/docs/connect/account-capabilities#transfers-cross-border
the other option is to not do a separate Transfer like that, and instead use Destination Charges, with the on_behalf_of parameter(you must onboard the Custom account with the card_payments capability), when processing the payment from the customer.
ok so if i use destination charges it will work the same as transfer ?
you can read about what destination charges are at https://stripe.com/docs/connect/destination-charges
ok thanks i'll check that
is it mandatory to have a credit card to perform a charge ?
because i get the error
i can't use a bank account number ?
I mean you're charging the end-customer, the person buying your company's service
that can use a card, or you can use any of the payment methods Stripe accepts
we have payment methods like SEPA Debit or US ACH for 'bank account numbers', it depends what you're trying to do overall https://stripe.com/docs/payments/payment-methods/integration-options
in fact i want to transfer from the stripe instance to a connected account located in USA
yeah but you can't due to the cross border limitation described above
ok i understand
so either you have a US Stripe account platform instead and transfer from that, or you can change the overall model to charge the end-customer using a Destination charge