#spark
1 messages · Page 1 of 1 (latest)
Do you have an example Payment Intent?
Currently, i'm just using the create-checkout-session method. No payment intent was created directly by me.
So the create checkout session method gives users a link. Users go to that link and proceed with payments
Payment Intents will be created if the user progresses through the Checkout Session and get redirected to the success_url so you should be able to see them getting created in this case
I see, which part of the payment intent should i show you?
I have a function in my backend that calls the stripe's create-checkout-session endpoint.
The ID specifically would be best