#slillipad_unexpected
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/1337177445220225118
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
{
"id": "pm_1QouLSG7F9XNamHuB4qqlT3e",
"object": "payment_method",
"allow_redisplay": "always",
"billing_details": {
"address": {
"city": null,
"country": null,
"line1": null,
"line2": null,
"postal_code": null,
"state": null
},
"email": "{{customer_email}}",
"name": "BOBB",
"phone": null
},
"created": 1738707110,
"customer": "cus_RgpuX3DTiowfhC",
"livemode": false,
"metadata": {},
"type": "us_bank_account",
"us_bank_account": {
"account_holder_type": "individual",
"account_type": "checking",
"bank_name": "STRIPE TEST BANK",
"financial_connections_account": "fca_1QnSPXG7F9XNamHujV2j4fXF",
"fingerprint": "aNmyOxK7ZEgRUCuX",
"last4": "6789",
"networks": {
"preferred": "ach",
"supported": [
"ach"
]
},
"routing_number": "110000000",
"status_details": {}
}
},
Hi there, having a look
is this the guide you're following? https://docs.stripe.com/payments/save-customer-payment-methods
hello, we are not using Link. using https://docs.stripe.com/checkout/embedded/quickstart - tried in mode 'payment' and 'setup' to add a payment method
Sorry, I was referring to this section: https://docs.stripe.com/payments/save-customer-payment-methods#display-existing-saved-payment-methods
I don't believe displaying all a Customer's payment methods is supported for Checkout, but I'm looking into that
i have tried to pass in allow_redisplay="unspecified" in the create checkout session, and it still does not return the us bank account
if this ends up being the case, can you please point me to where the documentation says that?
Sorry for the wait here. The server's very busy. This may only work for cards. let me test this a little further