GET
/
cashouts
curl --request GET \
  --url https://api.onepay.la/v1/cashouts \
  --header 'Authorization: Bearer <token>'
{
   "data":[
      {
         "id":"9d44ce43-a227-4566-b107-5a6bc01cbcdf",
         "customer_id":"9b7c5f38-b2b5-4b0d-8e4c-458192e88eae",
         "account_id":"9d0ac58c-2226-4f1c-b305-15e6dc3b47f6",
         "is_test":false,
         "amount":1000,
         "status":"processed",
         "scheduled_at":null,
         "created_at":"2024-10-17T18:07:18.000000Z",
         "external_id":null,
         "method":"ACH"
      },
      {
         "id":"9d18ade4-1607-4ef4-9d9d-8a40fb9e0aef",
         "customer_id":"9d18ad3b-782f-4448-b2fb-bd17b1420a91",
         "account_id":null,
         "is_test":false,
         "amount":1,
         "status":"processed",
         "scheduled_at":null,
         "created_at":"2024-09-25T19:40:21.000000Z",
         "external_id":null,
         "method":"TURBO"
      }
   ],
   "current_page":1,
   "from":1,
   "last_page":16,
   "per_page":50,
   "to":50,
   "total":756
}
{
   "data":[
      {
         "id":"9d44ce43-a227-4566-b107-5a6bc01cbcdf",
         "customer_id":"9b7c5f38-b2b5-4b0d-8e4c-458192e88eae",
         "account_id":"9d0ac58c-2226-4f1c-b305-15e6dc3b47f6",
         "is_test":false,
         "amount":1000,
         "status":"processed",
         "scheduled_at":null,
         "created_at":"2024-10-17T18:07:18.000000Z",
         "external_id":null,
         "method":"ACH"
      },
      {
         "id":"9d18ade4-1607-4ef4-9d9d-8a40fb9e0aef",
         "customer_id":"9d18ad3b-782f-4448-b2fb-bd17b1420a91",
         "account_id":null,
         "is_test":false,
         "amount":1,
         "status":"processed",
         "scheduled_at":null,
         "created_at":"2024-09-25T19:40:21.000000Z",
         "external_id":null,
         "method":"TURBO"
      }
   ],
   "current_page":1,
   "from":1,
   "last_page":16,
   "per_page":50,
   "to":50,
   "total":756
}