#stephy
1 messages · Page 1 of 1 (latest)
you would listen for the payment_intent.succeeded or payment_intent.payment_failed webhook events. See https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-confirm-paymentintent-succeeded
yes i did it
my questions is after imitating the payment if we wanted to see the payment track like when it intiated and when it completed then how will do this?
now we have to go stripe account and check therr right? instead of that can i set up that track into mywebsite using tranasction id basis?
sure, you can set that up on your own site
how can i do this?
Hi, it's more of your choices when you design your system. Basically it's to listen to webhook events above and update your own system/DB accordingly
i build the system using prebuild checkout page and also now i store the tranasactionid in database so using all these shall i can build?
Sorry you are not very clear. what transaction id? the Id you have got via payment_intent.succeeded and payment_intent.failed is the PaymentIntent Id pi_xxx
when we intiate a payment then we got a transaction id to track the payment status?
yes it a paymentintent id
Then sure yes, you want to save the PaymentIntent Id
yes i saved it in my database now..so now my question is can i track the payament status uisng that? if it possible how can i integrate with my website?
Yes you can track back by call the Retrieve PaymentIntent API
ok but how can i show this in website like step by step? i mean is posssible to track intiated date and payment scuccesed date ? how can i use that api?
Sorry we can't do it for you step by step. We would be able to help if you have encounter specific error or issue when calling the API
so in stripe dashboard when we take the payments section where we can see the payment history like when we initate the payment and current status averything ...so is possible to give that kind of structure in my website using any api?
no, that's not possible. You need to at least make calls to your own database.
so in ach payments its a delayed payment method it not possible to track it status via my website right?
It is possible to track the status via your website, but you would need to build all of this logic and UI yourself.
It's not possible for us to walk you through step by step on how to build your entire site. While it's fair to want that, this is not a service we offer. You can pay a freelancer to do that for you if that's what you need.
oh ok so which api used for to get the status of payment?
yep, that's correct