#slowgen - google pay
1 messages · Page 1 of 1 (latest)
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)
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.
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
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.
OK simple makes sense cheers
Happy to help 🙂