#Venkatesh Thirupathi

1 messages ยท Page 1 of 1 (latest)

dense heartBOT
vapid socket
#

๐Ÿ‘‹ happy to help

daring saddle
#

Please find the api response {
"error": {
"code": "card_declined",
"decline_code": "live_mode_test_card",
"doc_url": "https://stripe.com/docs/error-codes/card-declined",
"message": "Your card was declined. Your request was in live mode, but used a known test card.",
"param": "",
"request_log_url": "https://dashboard.stripe.com/logs/req_romlrXdGcvhYdP?t=1691061793",
"type": "card_error"
}
}

Learn more about error codes and how to resolve them.

vapid socket
#

the error is pretty much clear

#

you can't use test cards in live mode

dense heartBOT
daring saddle
#

how can I change live mode?

#

I changed to test mode but still im getting same error

finite oxide
#

๐Ÿ‘‹ You need to use your test mode API keys to make a request in test mode

daring saddle
#

Thanks

#

its worked now

finite oxide
#

๐Ÿ‘

daring saddle
#

I was getting an error while making payment request "Stripe.StripeException: Missing required param: destination[account]" where can I get the destination account details