#ed_api
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1371998601835843734
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ed_api, 5 days ago, 9 messages
Also when does discord close for stripe support?
Please stop asking for a request id - this is an api usage question
All requests - Dashboard, API, internal - are logged on your Stripe Dashboard's Request Logs page. Without that information there's pretty much nothing I can do to dig into this. You can find them like this: http://support.stripe.com/questions/finding-the-id-for-an-api-request
Discord is open for engineering/integration support as long as there are folks available on our end, so that generally means it only closes from Friday 1700 PDT until Monday 0900 SGT.
Ok please wait grabbing
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
When I try to create a checkout session with this customer it doesn’t attach this customers payment methods
Any chance you can help today?
Here is the request https://dashboard.stripe.com/test/logs/req_7MCLbG8J5KHaFB
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Our customers are pissed they have to go enter their credit card 7 times for 7 payments
we don’t integrate with link yet, so please lets solve the immediate problem and then solve for link in a few weeks
Hi there, taking over here
In other words, how can we make it such that a customers attached payment methods can show up when we create a new checkout session
First you mean Create Checkout Session, correct? https://dashboard.stripe.com/test/logs/req_7MCLbG8J5KHaFB is a Create Billing Portal Session API, which is different
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Could you find an example to Create Checkout Session API request id?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Here you go
Can you see it Orakaro?
Yes. Looking
Can you look at the conditions here and verify your PM? 2 important things is the allow_redisplay and the billing_details
I’m a little confused by the workflow of billing_details
Do you understand it? I think I need some one to explain like I’m 5
We just collected payment methods via the portal
Okie, first is the PM you want to display is pm_1RO0PuH9HQjLBInWsGQh9cfP ?
Yes
I am seeing it only has billing_details.address. Can you add billing_details.name and billing_details.email?
It’s collected on a stripe hosted page
I’m not sure how to do that?
We take users to their stripe portal - they add their credit cards on the stripe portal
By Stripe portal do you mean Stripe Checkout? So it was collected via another different Checkout Session before?
No it’s collected when they go to their customer portal
It’s the stripe hosted page which shows their saved cards
Gotchas. So yes I think that's still not enough to be automatically showed up in Checkout Session. It will need name and email. Do you have this kind of information from the customer by any chance?
Not reliably
Because the accounts name could be different from the cardholders name
So basically we can’t collect payment methods via the customer portal anymore? Is that right?
Ok riddle me this as well: on a separate note, asssume I collect those, can the checkout session display all saved cards?
It can if you append name and email to them. You can test this on Sandbox
Test collecting a Customer PM via Billing Portal, then use API to Update Payment Method API and append above properties
Then create a Checkout Session
Is that name & email used during card verification ? I’m worried about cases where mom had an account but uses dad’s credit card
Or is that only for displaying?
It's for displaying. I can't tell for all the cases but authentication rarely actually check the cardholder name