#ShipX
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the PaymentIntent ID?
Is this the correct Payment? Based on the log, it's succeeded https://dashboard.stripe.com/test/logs/req_bdKx0DnebcbYzb
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
yes
but my question is after some payments , we face error like insufficient funds in test mode?
why is it happening?
I need the ID of one of the failed PaymentIntents so that I can help you
ok
currently we do not have any failed payment
but api throws an error like this
can we have a call?
so we can be straight with you
will have some solution
I can only support you through chat
ok
You can come back when you found a failed paymentIntent ID
yeah but
it does not fail the payment
it just throws an error
like we put money in stripe account
then we release those money
so at the time of release we face this error
it throws error like this
r u there?
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_lRJHTDRPtAGXoi
POST /v1/refunds
Status
200 OK
ID
req_3g900M9OQPoaf8
Time
1/17/23, 6:48:14 AM
IP address
5.181.218.14
API version
2020-08-27
Source
Idempotency
Key — 284731a1-4d97-4e90-8385-a66546c2f3d3
{
"id": "re_3MRD2lBZzP6KIXXR0bq20PFp",
"object": "refund",
"amount": 3577,
"balance_transaction": "txn_3MRD2lBZzP6KIXXR0acLDJ51",
"charge": "ch_3MRD2lBZzP6KIXXR0AMBB6S8",
"created": 1673959694,
"currency": "usd",
"metadata": {
},
"payment_intent": null,
"reason": null,
"receipt_number": null,
"source_transfer_reversal": null,
"status": "succeeded",
"transfer_reversal": null
}
Thanks for the ID. so it's not about payment failure, it's a failed refund because of insufficient balance in your Stripe account.
yes so why is it showing
i had funds but still it is showing like this
why refunds are not available?
https://dashboard.stripe.com/test/balance/overview as far as I can tell, your Stripe balance is 0
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You can turn off auto payout to stop automatically transferring funds to your bank account, so that you have suffficient balance for refunds.
ok i will check and get back to u
but currently i am in test mode
liike my app is not live
in test mode, we also need to add real funds(real money)?
Not necessary
You don't have enough balance because you are currently on auto-payout. Which means Stripe will automatically payout your available balance to bank account daily (default).
ok
You can turn off auto-payout so that you can keep you balance in Stripe account, and use it for refunds when necessary.
ok
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 not able to find toggle or button for making auto pay out off
There's a section called Payout Schedule, and you can choose either automatic or manual.