#gatigossou- insufficient balance
1 messages · Page 1 of 1 (latest)
In test mode
Okay and how are you attempting to add funds to your account balance?
POST
/v1/transfers
{
"destination": "acct_1LXqWrBH4qszjDy4",
"transfer_group": "ORDER_95ORDER_95",
"amount": "1",
"currency": "usd"
}
That moves funds from one Stripe Account to another, if they are connected
from stripe dashboard
Have you tried generating a charge?
Right, "will be available soon". These funds are not currently available
generate charge to increase balance ?
Yes. Test mode behaves almost exactly like live mode.
That depends on the payment method used.
However, you can skip the waiting period if you use one of our test cards
which one card please ?
curl https://api.stripe.com/v1/payment_intents
-u sk_test_lGKPOU4ScuriXgsEeK6DWJDi:
-d amount=500
-d currency=gbp
-d payment_method=pm_card_visa
will add funds to my balance ?
Not right away because the payment method you are showing is not one of the two I linked you to
don't understand
there a lot of informations on the link
you send me
could you please tell me which method or api or screenshot the section of the page please ?
there are lot of infos one the link i can't understand which method you are talking about
The specific section I sent you to was "Available Balances". In the table directly below that heading there are 2 payment methods listed that will immediately add to your account balance. Try using one of those ones.
can you give a really concrete example where it doesn't work?
sorry that's just a picture
What exact error do you get, what's the request id req_123 what's the error what exact parameters are you sending?
For example that never charged the card, no money ever moved
all you did is create a PaymentIntent that's it
my balance is
Did you forget to pass confirm: true?
1/ You never confirmed that payment, you have no funds available
2/ You never pass transfer_data or anything like this so funds won't be transferred automatically
3/ You can't really do what you are trying to do if you are on automatic payouts.
Sorry but you need to take a big step back to clarify exactly what you are trying to build. And you likely missed reading this specific section: https://stripe.com/docs/connect/charges-transfers#transfer-availability
Did you forget to pass
confirm: true?
did you read this? this is your problem right now