#mama_32699
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mama_32699, 31 minutes ago, 31 messages
$transfer = \Stripe\Transfer::create([
"amount" => 100000,
"currency" => "eur",
"destination" => "acct_1OORTTFJyktUdQKg",
]);
The Transfer object will have a Balance Transaction object nested underneath. If you look at the Transfer's Balance Transaction object, you can see the available_on (https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on) attribute, and the status (https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-status) attribute, which should tell you what you need to know.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
one moment i'm reading this, thanks !!
Thank you, I've tried it and it works! Have a good day and happy holidays 🙂
Thanks! You too!
hello, is this where i can ask usage questions?