#aamir_api

1 messages ¡ Page 1 of 1 (latest)

sleek jackalBOT
#

👋 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/1324274072418254899

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

upbeat locust
#

hello! unfortunately no, it's not possible to get the full account number from Stripe

faint drift
#

I read somewhere that while creating session if I pass account_number in permissions

#

then while retreiving session I can get full account number, is that true?

#

like this

#

while retreiving this session I can get response like below:

#

{
"id": "fca_123456789",
"object": "financial_connections.account",
"account_holder": {
"name": "John Doe",
"type": "individual"
},
"institution_name": "Example Bank",
"last4": "6789",
"routing_number": "110000000",
"account_details": {
"account_number": "1234567890",
"routing_number": "110000000"
},
"status": "active"
}

upbeat locust
#

where did you read / find that information from?

faint drift
#

chatgpt