The above payout indicates a 245.62 to the bank account. However, when querying the payouts API, I see the following payouts:
{
"id": "po_269bd3ec-23e1-434c-9b9d-76807e1bfc02",
"status": "PAID",
"location_id": "9AFMV49911YBZ",
"created_at": "2024-03-15T04:24:06Z",
"updated_at": "2024-03-15T05:27:12.151Z",
"amount_money": {
"amount": 25000,
"currency_code": "USD"
},
"destination": {
"type": "SQUARE_STORED_BALANCE"
},
"version": 2,
"type": "BATCH",
"arrival_date": "2024-03-14"
},
{
"id": "po_c1c6cefc-9603-4087-b081-e3ff9fc73543",
"status": "SENT",
"location_id": "9AFMV49911YBZ",
"created_at": "2024-03-15T04:23:10Z",
"updated_at": "2024-03-15T04:23:10Z",
"amount_money": {
"amount": -25000,
"currency_code": "USD"
},
"destination": {
"type": "BANK_ACCOUNT"
},
"version": 1,
"type": "BATCH",
"arrival_date": "2024-03-14"
}
There is no indication of any fees for either payout. The other odd situation is the payout to the bank is -250.00 which would indicate a transfer to Square from the bank. I am trying to understand why the discrepancies here as well as how to obtain the instant transfer fee by API. I appreciate any help.