#slowgen - google pay

1 messages · Page 1 of 1 (latest)

autumn dust
#

Can you share the payment ID so we can review?

proper anchor
#

Sure

#

pi_3KLoFCG6IeRpDPne1QhsUFmS

#

It's not in my live mode payments only in test mode - card ending 8002 (couldn't see that as a test card)

autumn dust
#

Google pay will uses real cards in test mode. Stripe will prevent these from being processed when using the pk_test key.

#

However, this payment ID was created using the pk_test key so no actual funds were collected.

proper anchor
#

So it won't show on their bank statement?

#

What's best practice to stop people checking out in a situation like this, cos they'll think they've actually purchased

autumn dust
#

No charge will show up on their bank statements. If you wish to allow any of your users to access your application in test mode you should surface a warning notifying them that no charges will be processed and no purchases will actually be made.

proper anchor
#

OK simple makes sense cheers

autumn dust
#

Happy to help 🙂