#Venkatesh Thirupathi
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
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"
}
}
how can I change live mode?
I changed to test mode but still im getting same error
๐ You need to use your test mode API keys to make a request in test mode
๐
I was getting an error while making payment request "Stripe.StripeException: Missing required param: destination[account]" where can I get the destination account details