#slillipad_unexpected

1 messages ¡ Page 1 of 1 (latest)

olive karmaBOT
#

👋 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.

vast phoenix
#
 {
      "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": {}
      }
    },
nocturne linden
#

Hi there, having a look

vast phoenix
nocturne linden
#

I don't believe displaying all a Customer's payment methods is supported for Checkout, but I'm looking into that

vast phoenix
#

i have tried to pass in allow_redisplay="unspecified" in the create checkout session, and it still does not return the us bank account

vast phoenix
nocturne linden
#

Sorry for the wait here. The server's very busy. This may only work for cards. let me test this a little further