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/keys

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_ENVIRONMENT. 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#cards

Last updated