You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have issues running the iFrame option so in the meantime we were looking at the Redirect option. It seems to be working, but when returning to the returnURL we do not get any receipt / transactionID back. Our goal is to eventually get the authorization code and store in our database so we can offer our customers the option to CAPTURE the funds.
How do we get the transId or authorization code after the redirect?
The only way to do something like this is to use the getUnsettledTransactionListRequest and scan trough all transactions looking for an invoice number (this is our unique ID) - and then we pull the info. It MUST be a better way of doing this. Something like: getUnsettledTransactionbyInvoiceNumber , right?
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks for reaching out to us and apologies for the late response.
The team has started looking into how we can best satisfy your requirements and will reply shortly with an analysis.
At the same time, I'd like to thank you for your suggestion. I will escalate this further to the relevant teams to see if this suggestion is feasible in the foreseeable future.
We recommend to use the iframe communicator method for better integration and you will be able to get all the details about the transaction by that. But as stated in Redirect mode no data is being send back to the return url.
Now still if you want to get details about the transaction instead of going through all the unsettled transactions, you can use web-hooks notification to get a notification for each transaction (the endpoint and setting configuration for Web-Hooks are available in Merchant Interface -> Account Settings).
This will send you a notification each time you do a transaction and can use that to get details about the transaction id.
We have issues running the iFrame option so in the meantime we were looking at the Redirect option. It seems to be working, but when returning to the returnURL we do not get any receipt / transactionID back. Our goal is to eventually get the authorization code and store in our database so we can offer our customers the option to CAPTURE the funds.
How do we get the transId or authorization code after the redirect?
The only way to do something like this is to use the getUnsettledTransactionListRequest and scan trough all transactions looking for an invoice number (this is our unique ID) - and then we pull the info. It MUST be a better way of doing this. Something like: getUnsettledTransactionbyInvoiceNumber , right?
Thanks.
The text was updated successfully, but these errors were encountered: