#mama_32699

1 messages · Page 1 of 1 (latest)

solid chasmBOT
#

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.

dense isle
#

$transfer = \Stripe\Transfer::create([
"amount" => 100000,
"currency" => "eur",
"destination" => "acct_1OORTTFJyktUdQKg",
]);

opaque mountain
#

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.

dense isle
#

one moment i'm reading this, thanks !!

#

Thank you, I've tried it and it works! Have a good day and happy holidays 🙂

opaque mountain
#

Thanks! You too!

scarlet lantern
#

hello, is this where i can ask usage questions?