#Свят - separate charge and transfer
1 messages · Page 1 of 1 (latest)
Hey there, the funds need to be available i your balance, or you need to specify the source_transaction as shown here:
https://stripe.com/docs/connect/separate-charges-and-transfers#transfer-availability
Alternatively you can use one of the test cards that skips the pending balance phase
Свят - separate charge and transfer
Can you share an example request thats failing for you when you create a transfer?
My customers do not have test cards) SO "the funds need to be available i your balance" how much hours it takes?
What is the request ID included there? req_1234 for example
What do you mean you don't have test cards?
req_PyByuvsCERdaJs
To understand when a specific payment will be available, you need to examine the balance transaction:
https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on
But did you look at the docs i linked about source_transaction?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
"What do you mean you don't have test cards?
" I mean I am going to use my logic on production , not in test mode
Sure, but presumably you wish to test it first
In any case, the pending time can vary. You either need to wait for it to be available, or you need to specify the source_transaction.
As I understood , If I add "source_transaction" header I do not need to wait?
Correct - you can create the transfer with the pending funds, and then the connected account would have pending funds waiting on that payment
What do you mean?
I mean, are there cases where the payment can be rejected by the system (stripe)
Sure, some async payments might fail, but I suggest directing your questions about pending payment timing and failures to our support team: https://support.stripe.com/contact
Find help and support for Stripe. Our support site 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.
Yes, you'd listen to webhook for this, for example see our ACH debit guide and look at payment_intent.payment_failed:
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-confirm-paymentintent-succeeded
no, not about this
I mean I creating transfer in my logic only after success payment_Intent
Sure, ok, so what do you need help with?
And I am asking if there can caused any issues with transfer with source_transaction
What do you mean? Are you asking if using source_transaction with a transfer can interfere with the payment?