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