Hey everyone i have a question i want to get Auth ...
# general
l
Hey everyone i have a question i want to get Auth # and PN Ref from bigcommerce and send it to Netsuite Sales Order but i couldn't find that in Bigcommerce JSON
a
It’s pretty rare that a tool will provide that via an API. I don’t believe that meets PCI compliance standards Use the transaction ID from the payment gateway. That should be all you need
l
Ah true, i tried Transaction endpoint but yeah no Auth in it
btw thank you
m
It's definitely in the BigCommerce payload
At a past company, my integration would authorize in BigCommerce and capture in NetSuite and was populating the PN Ref from the payload
l
@michoel Thank you so much and what about Auth #
m
It was the same number for us with our gateway
a
The way my payment provider explained it to me was you could capture funds by using the p/n Ref no + Auth code
OR
Just use the transaction ID
Since most e-commerce platforms will not expose the p/n Ref no or Auth code to APIs then the only option is just using the Tran ID
l
I see thank you so much @AI1 @michoel 👏👏