#harryjung
1 messages · Page 1 of 1 (latest)
hello! where are you getting this error? can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
this is a public channel, please don't post screenshots with sensitive info
thank you
all i need is the request id
where is it located?
is this? req_gQWL8Y6Bxfpbkk
url_invalid - return_url
Not a valid URL
Was this useful?
Yes
No
{
"payment_method_data": {
"billing_details": {
"address": {
"country": "AU"
}
},
"type": "card",
"payment_user_agent": "stripe-ios/23.3.4; variant.legacy; PaymentSheet",
"card": {
"number": "5807",
"exp_month": "2",
"cvc": "",
"exp_year": "26"
}
},
"use_stripe_sdk": "true",
"return_url": "cargo4u:///",
"client_secret": "***************************************************",
"expand": {
"0": "payment_method"
}
}
if you look at the return_url you're passing in, that's not a valid url
yep. but on development, there was not issue. it's only on live mode
then i would suggest walking through your code to track down where the issue is. This request is sent to Stripe from your server. Stripe wouldn't modify that value you're passing in