#.saberkhan
1 messages · Page 1 of 1 (latest)
Can you find your errored request on https://dashboard.stripe.com/test/logs ?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Find its request id of req_xxx
Umm I see
The Doc could be missleading. Collect payment method details is a step of using ACH directly rather than CheckoutSession. Let me confirm with my colleagues
Ok. I coded exactly as it appeared on the document.
Hi, if you input that email format directly into the Checkout Session page, wouldn't it work?
Sorry the Doc relates to Direct integration instead of Checkout
If I remove the above code then it will work
But not sure if the notification will be sent to the Bank account holder
Yeah the code works, but when you view the Checkout Session page from Stripe, you would need to key in an email in format of {any-prefix}+test_email@{any_domain}
ie. saberkhan+test_email@hotmail.com
let me try above format
Same error with {any-prefix}+test_email@{any_domain} as in input
saberkhan+test_email@hotmail.com
But not within the API!
Remove it in the API
when you actually open the Checkout Session in your browser, input the email in the page
ok
Let me try again
There is no input field to enter email in checkout url
Above is the checkout url
Maybe you passed in a Customer?
If you don't pass customer, there will be a field here
It's this line customer: "cus_OJpMyf0cwYrWX7"
ok
Gives an error when I entered {any-prefix}+test_email@{any_domain}
Checkout url
Let me try tat one
It works. Will you explain why we have to input email this way? Not sure I understand the logic behind it.
It's the way Stripe provided to get an email, because normally we don't send email in Test mode
So in production mode the email will be e.g., saberkhan@hotmail.com. Right?