#hellotika
1 messages · Page 1 of 1 (latest)
Hello 👋
If I recall correctly, no. The idea is that you'll retrieve attached payment methods on a customer and let customer choose which one to pass in when you create a payment intent
So they have to choose then, we cannot preselect the default ?
You can technically use the same one as the one that's set under invoice_settings
Or just a random one from the attached payment methods.
The only issue I can foresee is if the payment method isn't set up for offsession usage then the PaymentIntent may get declined
No, off session meaning you as a merchant are charging the customer's payment method some time in future when they're not actively checking out
We will have background job that will charge on a payment method of a customer without his presence, are we supposed to set this offsession on?