#CowLover24
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you share the request ID? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Yes, I actually tried looking in the logs and couldn't seem to find the request. However, I am certain it made it to Stripe because in the response it did have correct data.
I take that back I did find it. Just didn't have "outgoing connect requests" checked Here is the id: req_uhj6StnJ9W4WUk
Hmm okay weird. I do see that. Maybe I mustve made a mistake on my end. Lemme see if I can fix that.
Okay I got it! I will document my mistakes for any one down the road. I was originally sending my request body type as raw set to text instead of JSON. Which was my first mistake. Then I recieved this message: "message": "Invalid request (check that your POST content type is application/x-www-form-urlencoded). If you have any questions, we can help at https://support.stripe.com/." So, then I set the body type to x-www-form-urlencoded (instead of raw) and set the key to "business_profile[support_email]" and the value to "{$CUSTOMER_EMAIL}" and it worked!
Great! I'm glad you were able to fix it so quickly ๐
Yes me too! Thanks for pointing me in the right direction. Have a great day!