#Bhanu-PaymentIntent
1 messages · Page 1 of 1 (latest)
Can you clarify what you mean here? PaymentIntents and payouts are two different things. Are you asking to see the history of what that account has charged customers?
I also don't understand what is the purpose of PaymentIntents. I have chatted with the stripe chat support. They are said to use PaymentIntents for the payment to connectors. I just want to a method that I can payout to our connected accounts with difference country for eg: Sg to Fr
My admin stripe account are Singapore account and I want to pay to my connectors in France, US etc.
PaymentIntents are how you take payments in Stripe.
Payouts are how money is sent from your connected accounts' balance to their bank account https://stripe.com/docs/connect/bank-debit-card-payouts
Which do you need help with?
Not yet
If i use "Transfer" I am getting this error.
$payout = \Stripe\Transfer::create([
"amount" =>$send_amount*100,
"currency" => $transfercCurrency,
"destination" => $getData->stripe_account_id,
]);
I don't know about how we can payout to connectors.
Ah thank you for the clarification.
That message wants you to reach out to our support https://support.stripe.com/?contact=true
They will be able to help you with your account issues
I have already talked to the support person. They said please ask to the Descord
Do you have a ticket number I can look at?