#Pasand - questions
1 messages · Page 1 of 1 (latest)
Hello, what questions do you have?
Is there any options/feature to create merchant and store their bank account information in the stripe server?
4.1. If yes, In what ways can we retrieve the bank account information from the stripe server and display it into our admin php/laravel project. (is there any rest api for it)
Can you tell me a bit more about what you are trying to do here? What bank account details you are looking to collect?
same like direct deposit information of the bank
Institution name
Account number
i
one sec giving more info
transit number
institution number
these are the merchant details I want to save it on the Stripe server
u there?
I am here but the server is a bit busy so responses can take a couple minutes. Are you collecting bank account details to take payment with or are you collecting bank account details to pay out to with Connect?
Are you familiar with this doc on setting up bank accounts to pay out to? https://stripe.com/docs/connect/bank-debit-card-payouts
In what ways can we retrieve the bank account information from the stripe server and display it into our admin
panel
?
the doc doesnt open all the pages
The doc does not give my answers
What bank account information are you looking to display?
Right transit and institution number
Checking to see if you can retrieve those
sure i will wait
and account number also
If you retrieve the bank account number, you can get enough info to display to let your user know which bank account is being used. https://stripe.com/docs/api/customer_bank_accounts/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
one sec checking
The last four digits of the account number are last4, routing_number will have the transit number, and I am not immediately sure about the institution code but would the bank_name help you here?
Yes, your server can pull that data and allow you to show it on your admin page