#Oman Ali

1 messages · Page 1 of 1 (latest)

sly oceanBOT
tranquil ocean
#

hello! how can I help?

near oar
#

hi i just wanna know can what we need to call transfer api for sending payment to our clients

#

?

#

when i tried to use account id its show no such destination exits

tranquil ocean
#

do you have an example request id for your attempt?

near oar
#

let me share

#

req_get03YY8QoTGFX

#

here it is

tranquil ocean
near oar
#

But I've enough balance in my stripe account

#

Can I do this same thing on test account ?

#

Can you please check this request ID "req_N9vG92Dj1r536e"

#

there ?

tranquil ocean
#

req_N9vG92Dj1r536e - this is a request to create a payout (not a transfer). For this request, it looks like you're trying to create a payout on the connected account. You should pass in the connected account id in the StripeAccount header instead when creating the request : https://stripe.com/docs/connect/authentication

sly oceanBOT
near oar
#

Actually I want to send payment from my strip balance to pay the user. how can I do that ?\

#

My target audience is in UK

harsh folio
#

What is a 'user' in this context? Are they represented as a Stripe account connected to your platform?

near oar
#

yes our client have stripe account that is connected to our stripe account

harsh folio
#

Ok, and what do you mean by 'pay'? Transfer to their Stripe balance, or to an external (bank) acocunt?

near oar
#

what will be the easy way for this?

#

and what we need in both cases?

harsh folio
#

You'd use the Transfers API to move funds between Stripe account balances.
You'd use the Payouts API to transfer funds from a Stripe account balance to an external bank account.

#

So depending what exactly it is you're building, you may end up using both

near oar
#

for now i want to payout to external bank

#

what i need to do

harsh folio
near oar
#

but i want to do this with api

harsh folio
near oar
#

stripe_account what i've to put here?

harsh folio
#

The acct_xxx ID of the account you want to create Payouts for

near oar
#

let me check

near oar
#

Error creating transfer: You have insufficient funds in your Stripe account for this transfer. Your ACH balance is too low. You can use the /v1/balance endpoint to view your Stripe balance (for more details, see stripe.com/docs/api#balance).

#

This is error I'm getting while payout

#

using above provided api

harsh folio
near oar
#

req_qkvaVmoOGyRk7r

#

Here is this

harsh folio
#

Seems expected given that acct_1MuCWXIS6iWNskW2 has a live mode balance of 0

near oar
#

i want to transfer payment from main account to this account

#

so why we are getting this error?

#

this is receiver account

harsh folio
near oar
#

so for transfer how can i add funds from main account to connected account using api for UK accounts

#

?

harsh folio
near oar
#

how to add funds please provide me api for this first, without adding funds i am not able to create a transfer. am i correct?

sly oceanBOT
harsh folio
#

Correct yes. Your accounts needs a balance before it can transfer to another account. Easiest way when testing is to accumulate a balance via test mode payments, using this test card: https://stripe.com/docs/testing#available-balance

Use test cards to validate your Stripe integration without moving real money. Test a variety of international scenarios, including successful and declined payments, card errors, disputes, and bank authentication. You can also test non-card payment methods.

near oar
#

i want to add funds into uk based client using api is it possible?

harsh folio
#

If you're in test mode, yep

near oar
#

what about live?

harsh folio
#

Why are you testing in live mode?

near oar
#

i am not testing on live. i am using live

#

i have to do this using live only its a requirement

harsh folio
#

How do you expect to be able to transfer from a live balance with 0 funds then?

near oar
#

i need api cannot do this manually all the time

#

is it possible to do top-ups using api for uk?

harsh folio
#

There's no API for that, no. Normally your platform accumulates a balance via payments/transactions that are occuring in your application

near oar
#

i've a question, if i've balance in my main account, still i've to top-up into connected account for a transfer?

civic terrace
#

Hi! I'm taking over this thread.

near oar
#

Hello

civic terrace
#

I'm not sure I understand your question. Can you try to rephrase with a concrete example?

near oar
#

For example i've balance in my main account, is there any need to do a top-up before transfer in a connected account?

civic terrace
#

If you have enough available balance in your platform for the transfer to work, then no need to do a topup.

near oar
#

how much balance i required to do a transfer in connected account?

#

my connected account have 0 funds, is it possible to do a transfer?

civic terrace
#

If you do a transfer of $100, then you need at least $100 in your platform available balance.

near oar
#

i've $9 in my main account now i want to transfer $4 in my connected account without doing topup should it work?

civic terrace
#

If it's in the available balance, yes.

near oar
#

req_get03YY8QoTGFX

#

Please Check this transfer ID

#

I've $9 in my platform/main account when i try to transfer in connected account it show insufficent balance why is that?

civic terrace
#

There are two issues:

  • First it's not 4 USD, but 0.04 USD you are trying to transfer
  • Second, you have an available balance but in GBP. So you can only transfer GBP and not USD.
near oar
#

thanks for this information

#

i've another query

#

which api i can use to connect external accounts with my business stripe account?

civic terrace
near oar
#

yes but i want to do this with stripe api, is there any way to create link for connect account using stripe api?

civic terrace
#

Which type of account do you want to create (Standard, Express, Custom)?

near oar
#

express