#nacho_446
1 messages · Page 1 of 1 (latest)
Hi
That event is triggered when a Checkout Session is created
What you mean exactly by making a payment ? on your backend (off_session ?)
You need to redesign your flow
I’m trying to add a customer Id that has a payment method added
You can't use checkout.session.created as a trigger for a payment
In that case you don't create a Checkout Session
but simply charge the customer off_session
You create a Subscripton in your backend
and use the payment method you had as a default payment methods
How can I see the response it sends to the webhook and the structure so I can update my webhook
what response exactly you are looking for ?
The response to the webhook so I can update me end
Sorry I'm not understanding your latest follow up question
Create subscription then add the customer Id and payment method id. How can I manage the response so I can update my database when the payment is successful and when the recurring payment take place
👋 taking over for my colleague. Let me catch up.