#tahir
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_XCLaDBqZCl25F7
Thanks for the ID, the value of destination should be an ID of an external account (i.e., bank account), not your Stripe account.
i've provided client stripe account id as destination id . will it work or not?
No
so i've to provide IBAN number to transfer any payout?
How many payout bank accounts did you set up in your Stripe account
I'm not sure
Can you let me know how can i check that ?
I'v connected one account for which I've been usign the account id to send out money
If you already set up a default payout account, you don't need to specify the destination.
my payout account would be different every time
as I need to pay different users based upon the orders
Are you trying to transfer funds from platform to a connected account?
yes
OK, then you shouldn't use payout API,
You should use Transfers API instead https://stripe.com/docs/api/transfers/create#create_transfer
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
here i need to add account id or bank account?
Here you specify the account ID of the connected account.
sure let me try it
Error: No such external account:
still i am getting the same error
Request ID?
You are still using payouts API, you should us Transfers API instead
no i am using stripe transfer now
https://dashboard.stripe.com/logs/req_XgpNpnuxFou98l the request ID that sent earlier is about payouts, not transfer
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 am using transfer but logs show payout request ids, idk what is going on
Save your code and try again?
did this but still same issue payout is triggered
You might want to debug your code and see why the Transfers API is not invoked.
let me do that
to do transfer is it neccesory to connect acccount first?
You can only transfer funds to an connected account.
Error creating transfer: Insufficient funds in Stripe account. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).
That means you don't have enough balance to create a transfer
could you please guide me steps to do a transfer? is it required to add funds from my account to connected account first to do this task?
yes you are right, you need to have sufficient funds in your account balance first
so for this i have to use top-up api am i correct?
Top-up API is only for US platform. You can just top up through Dashboard in test mode. https://dashboard.stripe.com/test/balance/overview
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.