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.
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)