I want to implement AcceptHostedPage on my website.
I follow API example to generate the token, and embed the token with an extra 'refId' field into a html form.
After the html form submitted, I can get webhook request, but I didn't get my refId from that webook.
How can I get refId?
Thank you.
06-26-2018 11:44 PM
Hi Tony,
As a workaround you can pass the refID in the invoiceNumber field under the order when calling the getHostedPaymentPageRequest.
You should be getting back the invoiceNumber in the getTransactionDetails call .
Hope this helps .
07-01-2018 12:26 AM
I follow your advice and get it work.
Thank you.
07-11-2018 06:29 AM