I am using HostedPaymentPage. After all settings including setting "RefTransId" to a valid 10 bytes value, I get a response "GetHostedPaymentPageResponse" and it has a value in token only but refId and sessionToken are null.
Now after a payment via card, my hook is invoked with a transaction-Id, authAmount and some other details.
How can I relate the token (received early) with the response received in hook?
I have to update the payment in my database against the user's record but I don't know whose payment is successful.
โ03-02-2023 08:05 AM