---
title: "Get a Payout Request Body used to sign the Payout"
method: GET
path: "/api/payouts/payout/end-user-custodial/body-to-sign/{id}"
tags: ["Payouts"]
---

# Get a Payout Request Body used to sign the Payout

`GET /api/payouts/payout/end-user-custodial/body-to-sign/{id}`

Retrieves the Payout Request Body identified by the provided ID. This endpoint should only be used as part of an end-user custodial payout flow.

## Path parameters

- `id` string, uuid, required

## Headers

- `on-behalf-of` string, required

## Response `200`

Returned Payout Request Payload (generic JSON object)

- object

## Other responses

- `401` — Unauthorized
- `403` — SignedAgreementRequiredException

---

[API](https://skmtc.net/muralpay/apis/mural-api.md) · [All operations](https://skmtc.net/muralpay/apis/mural-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/muralpay/mural-api/revisions/437d277f5948/schema)
