#ayesha-shaikh_payment-method-fingerprints
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/1507039700945338449
๐ 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.
- ayesha-shaikh_api, 3 hours ago, 45 messages
- ayesha-shaikh_api, 6 hours ago, 18 messages
- ayesha-shaikh_api, 23 hours ago, 7 messages
- ayesha-shaikh_api, 1 day ago, 3 messages
- ayesha-shaikh_api, 6 days ago, 7 messages
Hello
Payment Methods (pm_xxx) also have fingerprints
Like for card it'd be under card parameter - https://docs.stripe.com/api/payment_methods/object?api-version=2026-04-22.dahlia&rds=1#payment_method_object-card-fingerprint
For bank accounts in the US, it'd be under us_bank_account - https://docs.stripe.com/api/payment_methods/object?api-version=2026-04-22.dahlia&rds=1#payment_method_object-us_bank_account-fingerprint
and do I still need to create token?
Tokens for what exactly?
we had token for card from stripe js from client & account number for bank & then token was created using token api on server
If you're moving to SetupIntents + Payment Methods API then you don't need to create a token separately.
got it & can I still list legacy card_xxx, ba_xxx with list payment method api?
earlier it used to be list source
Hi ๐
I'm stepping in as my colleague had to step away. Yes legacy card_ and ba_ objects will be returned by the Payment Methods List API but under specific conditions
card_- must be attached to a customerba_- must be verified
Any Sources that were created as single use will not show up