#spark

1 messages · Page 1 of 1 (latest)

dull dustBOT
jovial crag
#

Do you have an example Payment Intent?

thin hound
#

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

jovial crag
#

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

thin hound
#

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.

jovial crag
#

The ID specifically would be best