#stephy

1 messages · Page 1 of 1 (latest)

fast vaporBOT
proud karma
sudden yarrow
#

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?

proud karma
#

sure, you can set that up on your own site

sudden yarrow
#

how can i do this?

fast vaporBOT
tawdry wave
#

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

sudden yarrow
#

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?

tawdry wave
#

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

sudden yarrow
#

when we intiate a payment then we got a transaction id to track the payment status?

#

yes it a paymentintent id

tawdry wave
#

Then sure yes, you want to save the PaymentIntent Id

sudden yarrow
#

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?

tawdry wave
#

Yes you can track back by call the Retrieve PaymentIntent API

sudden yarrow
#

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?

tawdry wave
#

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

sudden yarrow
#

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?

proud karma
#

no, that's not possible. You need to at least make calls to your own database.

sudden yarrow
#

so in ach payments its a delayed payment method it not possible to track it status via my website right?

proud karma
#

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.

sudden yarrow
#

oh ok so which api used for to get the status of payment?

proud karma
sudden yarrow
#

is it paymentintent retrive?

#

where we give our paymentintent id right?

proud karma
#

yep, that's correct