Hi any idea on external payments issue? I was tryi...
# suitecommerce
m
Hi any idea on external payments issue? I was trying to purchase gift cards from the online store, the external payment method takes me to the payment site and once the amount is payed, it brings back me to OPC instead of confirmation page..however order is getting placed into NS... the store URL shows external payment=fail And one more thing this happens only while purchasing gift cards... Thanks
p
check your payment gateway logs
there should be more info there
m
The transaction is being approved correctly there.
p
so you see the transaction with an accepted payment event in NS?
I’m asking because all transactions get stored in that case, not only the ones that work successfully. So just to double check and be on the safe side.
m
This transaction is waiting for action from an external system..... This is what I see on sales order
p
ok so this means it’s not succesful
so check your payment gateway logs
there should be another event for it to be a success
the logs are for the payment processing plugin script
m
It's got authorised
p
that’s not the payment gateway’s payment processing plugin log
the log i’m refering to is a log in NetSuite
the payment processing plugin is a script type, implemented by your payment gateway bundle (there should be a script)
and that script is in charge of in/out communication with the actual payment system.
m
Can I find them under suite scripts?
p
yes, of the “plugin” type
m
I did't find any 🙁
p
Sorry, i've just checked in NS (early morning here, was from mobile). It's Customizations - >Plugins -> Plug -in Implementations
For example in my tstdrv acct
Click on view -> Execution log.
There you might find hints about failing transactions.
m
Yes I found it
Saw logs
Before it redirect to external payment only... I think the SO will get created ....
I can see nlstatus=fail
p
Yes, indeed. Before navigating to the external payment, the sales order always gets created. It's slightly different than with regular CC payments.
m
Ill dig... Thank you @PabloZ