Payment

Stripe authenticates your API requests using your account’s API keys. If you do not include your key when making an API request, or use one that is incorrect or outdated, Stripe returns an error. https://stripe.com/docs/keysarrow-up-right

Credit Cards: you can use real cards for payments on test environment without hesitation. You won't be charged on test environment for card payments.

androidPayMode String (Android only) - Corresponds to WALLET_ENVIRONMENTarrow-up-right. Can be one of: test|production.

Genuine card information cannot be used in test mode. Instead, use any of the following test card numbers, a valid expiration date in the future, and any random CVC number, to create a successful payment. https://stripe.com/docs/testing#cardsarrow-up-right

Last updated