Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Retrieve transactionID from getHostedPaymentPage response
Is it possible to retrieve the transaction ID directly from a getHostedPaymentPage response or is the only way with iFrameCommunicator or webhooks?
Thanks,
-Jeremy
โ09-26-2018 10:44 AM
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @jenelso2
As mentioned by Brian in this other community post, you have only option of using IFrameCommunicator or Webhooks to get the details.
If you don't want to use those, you can try using our getUnsettledTransactionList api to get all the transaction and checking against invoice number or similar fields and matching the transaction to get the transId. Note, this is not a recommended way.
Thanks
Kaushik

โ12-26-2018 12:42 AM

