#shieatt_code
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/1215356264414978149
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello do you have an example payment intent ID that you saw this behavior on? pi_1234
And what PMs did you expect to be on it that weren't?
The Affirm payment method is not showing
Let us look for the Payment intent ID
Assuming we need to remove “setup_future_usage” parameter as well?
Yes, BNPL payment methods don't support being saved for future use. If you want you can specify setup_future_usage per payment method, which would let you save payment methods when possible while still showing payment methods that don't support it
Also we have a nice dashboard tool for checking why certain payment methods are or are not showing up for a specific payment intent https://dashboard.stripe.com/settings/payment_methods/review
You can get to it by going to settings -> payment methods -> transaction review
Copy, one sec - checking
Thank you for the above ^
We removed "setup_future_usage"
Now its just showing Klarna
We have Afterpay and Affirm activated as well
But not seeing these
Interesting, what does the tool say about that?
Affirm supports USD or CAD, so I would expect it to show up if you have it turned on
Sorry where would we find out transaction ID for payments that have not been made?
https://dashboard.stripe.com/test/payments if you are creating an intent before rendering the form
Otherwise the tool has a way to put in info about the payment that you want to make and you can get answers that way
Ok, one sec - thank uyou - were trying to debug
Ok i think we are good!