#Kakaopay Error.
18 messages · Page 1 of 1 (latest)
This is current Merchant page.
We never seen this type of exception, which requires further investigation with dev team.
Currently, Korea is under new-year holiday so the response might be delayed
It will be great to send us the orderId in advance so we can check this as soon as possible
Also, for this trial payment, there is no Order ID, too due to the early payment stage.
You should generate orderId when call requestPayment
So your message doesn't makes sense
if this error persists, please add the logging thing to get orderId, right before calling requestPayment()
Thanks, we are applying for that now.
@molten eagle @quiet pollen
During the payment process, if a payment fails at a certain step or the user abandons the payment, I understand that the attempted payment is recorded in the Admin Panel and shown with a “Failed” status.
If that is the case, is it possible to identify at which step or screen (for example, based on the Toss payment flow) the failure occurred?
I am not sure whether this is something that depends on the payment provider or if it should be handled by the developer’s implementation.
If user abandons the payment, the status changes to EXPIRED
If user failed to finish the payment, it will redirect to failUrl OR return promise.
If user succeed with payment but failed to call confirm API, changes to ABORTED.
It seems that simply installing Toss is not sufficient, and certain parts need to be implemented by the developer for full functionality. Thank you.