#Att89-payout-qs
1 messages · Page 1 of 1 (latest)
@astral widget created is when we create the Payout with plans to send the funds (they haven't left Stripe yet). arrival_date is when we think the funds will arrive in the bank account (which is a day to multiple days later based on the country)
So yes it's expected that it's later
I'm sorry, my mistake. I meant the arrival_date is always before the created timestamp. Here an example:
{
"amount": 304383,
"arrival_date": 1643673600,
"automatic": true,
"balance_transaction": "txn_1KOAm62UMJ7IySD0cLtQ8HrL",
"created": 1643677393,
"currency": "eur",
"description": "STRIPE PAYOUT",
"destination": "ba_1Jrsen2UMJ7IySD0j2TM2Pde",
"id": "po_1KOAm62UMJ7IySD0XzSnOOOE",
"livemode": false,
"metadata": {},
"method": "standard",
"object": "payout",
"source_type": "card",
"statement_descriptor": "RoomJack Payout",
"status": "paid",
"type": "bank_account"
}
yeah that part is just because it's Test mode
OK :), thank you!!!