#mitsu
1 messages · Page 1 of 1 (latest)
What does it give you for /v1/balance as the response suggested?
when will the pending amount change to available?
is it like this?
Funds that are not yet available in the balance, due to the 7-day rolling pay cycle
Yes I think it's still pending. You can check the Balance Transaction tighted to that payment, to see what is it available_on https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-available_on
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Charges: 10000 => success
Transfers: 10000 => success
What should I do with the negative amount?
Surely after 2-7 days, pending will be available? to be able to get payouts right?
Could you check the available_on property? What date does it say?
step 1 : api charges => "balance_transaction": "txn_3Mz9Y8BFzNrSA01o0Tw6dVhj",
step 2: api balance_transaction:
=> "available_on": 1682640000, = 28-4-2023
Yep so it's only available after 7 days
charges: 10000 => success: source_transaction: xxxxxx
=> "available_on": 1682640000, = April 28, 2023
transfers(source_transaction: xxxxxx): 2000 => success
transfers(source_transaction: xxxxxx): 7640 => success
=> The amount transferred will also payouts on April 28, 2023 ?
You should check the available_on of the balance transaction of the transfer I think