#pxue-checkout-save
1 messages · Page 1 of 1 (latest)
pxue-checkout-save
@placid wing no, that popup is only for card details right now but we're working on adding support for more payment method types with Link
Does that mean the Customer must re-authenticate with the ACH bank every time?
Or is this the way re-use the saved payment method?
https://stripe.com/docs/connect/cloning-customers-across-accounts
I'm unclear what you're asking I'm sorry
you linked a doc for Connect, are you a Connect platform? What's the context?
Yeah sorry about that
we're using connected accounts. Stored customers ACH payment on the platform account
we're using hosted checkout to route payments to connected accounts via "on_behalf_of" param
This works well with Credit card payment method since the Customer receives a text and can reuse the credit card stored on platform
yeah so no that is just not possible/compatible today
OK got it, so we just need to do it via tokens?
Or are you saying it's not possible at all to re-use Customer's ACH payment method on the platform
I'm saying neither of those, sorry
If you use Checkout, you can't pre-fill bank account details or re-use a previously saved pm_123 automatically unless it's a card
But you can create a PaymentIntent for the amount and charge the saved PaymentMethod directly, you don't need Checkout for returning customers