how to get quickpay payment id after successful payment using Quickpay Form

270 views Asked by At

I integrate Quickpay Payment gateway into my website with Quickpay Form See The link. But i am unable to get payment id after successful payment.

Please anyone help me how can i get the payment id, to save into my DB.

                      Thanks in advance.
1

There are 1 answers

1
kd. On

You use the callback or if you give your order an orderid you can use the quickpay api to call your payment on that and the API retrieves your payment id

https://api.quickpay.net/payments?order_id=(your order id)