#shermann008-iban
1 messages · Page 1 of 1 (latest)
👋 happy to help
could you please elaborate more on what you're trying to achieve?
ok
I am using strip in my php application. now I have to make payments on the iban of the company accounts from the application. I would like to know if it is possible.
are you asking about payouts?
yes
for your own account?
yes
it is possible to use payout to make a transaction to an iban number?
test mode
what do you mean to make a transaction to an iban number?
send money from visa card to bank account
we don't do that directly at Stripe, all payments will go to your Stripe Balance, and on payout you will receive the money on your external bank account
ok
good
now is it possible to withdraw money from my stripe account on another external card?
you could only do payouts to external bank account
Payments (customers paying your Account) -> Account Balance(the money is pending for the x days configured in your payouts schedule settings https://dashboard.stripe.com/settings/payouts) -> External Bank Account (configured in your payouts settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
i want to do it from my php application
its possible ?
ok
in my application I have users. these users have accounts, they can credit and debit their accounts.
1-when they credit their account we receive the money in our stripe account.
2- when they will debit their account we will give them back their money.
now I have already succeeded in the account credit operation.
it's on the debit I'm blocked for now
you understand me ?
now this makes more sense
I'm not sure whether this would be possible or not, let me try to think about how we could achieve this
ok