---
title: "Get error file URL for a bulk payout upload"
method: GET
path: "/merchants/{merchantId}/payouts/upload/{bulkPayoutId}/error"
tags: ["Bulk Payouts"]
---

# Get error file URL for a bulk payout upload

`GET /merchants/{merchantId}/payouts/upload/{bulkPayoutId}/error`

Returns a presigned URL to download the error file for a specific bulk upload, if available.

## Path parameters

- `merchantId` string, required — A unique merchant ID provided by Peach Payments in hexadecimal format.
- `bulkPayoutId` string, required — A valid v4 UUID expressed in lowercase with dashes.

## Response `200`

Error file URL and result code for the bulk upload

- object
  - `bulkPayoutId` string, required
  - `errorFileURL` string, uri, required
  - `resultCode` string, string, required — The result code indicating the status or error of the payout.

## Other responses

- `400` — There was an error with the request. Please fix the request and try again.
- `401` — The request is not authenticated. Please re-authenticate and provide a new token.
- `403` — The request is not authorised. Please contact your business administrator.

---

[API](https://skmtc.net/peachpayments/apis/checkout.md) · [All operations](https://skmtc.net/peachpayments/apis/checkout/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peachpayments/checkout/revisions/3a98165665f8/schema)
