#phsiris.
1 messages · Page 1 of 1 (latest)
No there's no "no code" solution to automatically create an off-session charge, you need to write some code to achieve it. Read https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=checkout#use-payment-method
Ok. Is it possible to have multiple off sessions charges occur in one action?
No
Okay. To help me understand the process.
When I capture a customers payment details using 'No Code' and the payment method is captured.
I have an ID for the payment method and an ID of the object used to optimise this payment method for reuse in future payments.
And a Fingerprint.
These are used for the future payment in the code?
I"d suggest you to go through the doc that I shared earlier.
I am looking at it now.
But some of the information is confusing. That is why I am trying to understand here.
From what I understand, I can use the Payment method ID, which looks something like this: pm_1OPgOcKKKXFeWIyqIIlAi1hQ
to attach the PaymentMethod to a customer.
Why part of the doc that you need help to understand? Have you tried following the doc and build an integration?
I need to set some things up before I can run the code on my end.
That is why I was hoping to use the no code method.
As I said, there's no no-code solution for this use case, please follow the guide that I shared earlier to build your integration.
I understand this.
And I want to clarify, is there any way, where I can create a second charge for multiple customers in one action?
Or does each second charge need to be carried out individually?
No, you need to create multiple PaymentIntents to for multiple charges.