#chidiprime
1 messages · Page 1 of 1 (latest)
Hello! It's likely the amount is still in your pending balance. It has to be in your available balance before it can be transferred unless you link the Transfer to an existing transaction.
Is this in test mode or live mode?
test mode
Does it mean i can't capture payment from the customer and do transfer immediately?
That's correct, not without linking to an existing transaction. Are you following a guide? If so can you link me to it?
How can i link to an existing transaction, Do you have a guide or link?
Linking to an existing transaction is somehow confusing ...
What type of connected accounts are you using? Express?
Ah, okay.
So you want separate charges and transfers: https://stripe.com/docs/connect/charges-transfers
Have you read through that page?
Have you read this section specifically? https://stripe.com/docs/connect/charges-transfers#transfer-availability
I am preAuthorizing the amount first, Then the amount is captured before the transfer...
Are you using source_transaction as described in the section linked above?
Source_transaction:No
Okay, read through that section of the documentation carefully and then try the approach it describes.
charges-transfers?
Okay...
That means i should use the payment intent to get the chargeId, Then pass it as the source transaction?
Yes.