Reports

Queue a CSV export of a single payout

Queues an asynchronous CSV export of every charge included in the given payout. Used to produce the per-payout transaction listing that finance teams reconcile against the deposit appearing in the merchant's bank account.

get/shop/reports/payouts/{payoutId}/queue

Path parameters

payoutIdstring object-id required

Identifier of the payout. Payouts represent transfers from Trybe-managed payment processing into the merchant's bank account; this ID lets you read the payout breakdown or retry a failed transfer.

Response

The job was successfully queued

Example response

{
  "data": {
    "created_at": "2023-11-07T00:00:00+00:00",
    "updated_at": "2023-11-07T01:00:00+00:00"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.