---
title: "Get Signing Payload for Partner Settlement"
method: GET
path: "/api/network/v1/enterprises/{enterpriseId}/partners/settlements-signing"
tags: ["Partner Settlements & Transfers"]
---

# Get Signing Payload for Partner Settlement

`GET /api/network/v1/enterprises/{enterpriseId}/partners/settlements-signing`

This API call allows partners to get the partner settlement payload for signing.
The returned payload should be cryptographically signed by the partner and included
in the subsequent settlement creation request.
If your HTTP client doesn't support sending a request body on a get request, use the V1PartnerSettlementsSigningPostRoute

**Requires access token scope:** `settlement_network_read`

## Path parameters

- `enterpriseId` string, required

## Request body

- object
  - `externalId` string, required — External identifier for the settlement request. This should be unique for each settlement request and is used for idempotence and correlation with partner systems.
  - `notes` string — Optional notes about the settlement. Can contain additional context or information about the purpose of the settlement.
  - `settlementAmounts` union, required
    - UnmappedPartySettlementAmountsRecord
    - UnmappedCounterpartyPartySettlementAmountsRecord
  - `nonce` string, required — A unique nonce value used for cryptographic operations. This provides additional security for settlement operations.
  - `cutoffAt` string, date-time — The date and time of the most recent trade being settled, represented in ISO 8601 format. Optional field used for v2 settlements.

## Response `200`

OK

- V1PartnerSettlementsSigningGetPayload
  - `payload` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `500` — Internal Server Error

---

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