invalid_request_error
Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing. To enable raw card data APIs in test mode,
If I'm passing test token then the error I'm getting
secret_key_required
Looks like you forgot to include an API key in your request.
You can find a list of your configured keys on the API
invalid_request_error Sending credit card numbers directly to the Stripe API is generally unsafe. We suggest you use test tokens that map to the test card you are using, see https://stripe.com/docs/testing. To enable raw card data APIs in test mode,
If I'm passing test token then the error I'm getting
secret_key_required Looks like you forgot to include an API key in your request.
You can find a list of your configured keys on the API