#Vinu

1 messages · Page 1 of 1 (latest)

compact cedarBOT
brazen mountain
#

I am using stripe payment url from my application after the payment is there any call back function for detect the changes in the application?

#

Hi! Let me help you with this.

#

You mean you want your application to be notified when the payment succeeds?

mint saffron
#

Yes

brazen mountain
#

In particular checkout.session.completed event.

mint saffron
#

I will explain my scenario, in my application i am doing the payment in a particular page.after the payment i want to update a date in the page , according to the completion of payment

#

is there any call back will get for me to update the date in my application after the payment?

brazen mountain
#

Are you using Stripe Checkout?

mint saffron
#

stripe invoice

brazen mountain
#

the payment in a particular page
Is it Stripe-hosted?

mint saffron
#

that page in my application.when clicking a button it is redirecting to the stripe payment page

brazen mountain
#

Is this page Stripe Checkout?

mint saffron
#

this is the page redirecting when i clicking the pay button in my application

brazen mountain
#

You can use invoice.paid webhook event then. It will notify your app when the payment went through.

mint saffron
#

OK thank you

brazen mountain
#

Happy to help!