#harryjung

1 messages · Page 1 of 1 (latest)

weak hearthBOT
obsidian niche
#

this is a public channel, please don't post screenshots with sensitive info

earnest narwhal
#

thank you

obsidian niche
#

all i need is the request id

earnest narwhal
#

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"
}
}

obsidian niche
#

if you look at the return_url you're passing in, that's not a valid url

earnest narwhal
#

yep. but on development, there was not issue. it's only on live mode

obsidian niche
#

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

earnest narwhal
#

can you give me right input from "return_url"?

#

some example.