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

# Get Signing Payload for Partner Settlement (Post variant)

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

This API call allows partners to get the partner settlements payload for signing.
The returned payload should be cryptographically signed by the partner and included
in the subsequent settlement creation request.
This endpoint is effectively the same as the GET endpoint, but is helpful if your HTTP client doesn't support
sending a request body on a get request.

**Requires access token scopes:** `settlement_network_read`, `settlement_network_write`

## 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)
