#brk-afterpay

1 messages · Page 1 of 1 (latest)

viscid veldt
lapis lily
#

Hi makoto

#

do you know why this happens

stoic shell
#

That error means the app is trying to process a Payment Intent that had been left unhandled before.

#

For example if customer abandon the screen/app crashed, the PaymentIntent is still required confirmation, but customer open the app again and you pass in the very same PaymentIntent Id

#

You would want to 1) Find out why the PaymentIntent is abandoned or left in an unhandled state, and 2) change the implementation to request for a new fresh PaymentIntent each time

#

As 1) could occurs by Customer and as developer you might need to expect it happens sometimes out of control, I would recommend 2)