---
title: "savePaymentRequest"
method: POST
path: "/documentv2/savePaymentRequest"
tags: ["documentv2"]
---

# savePaymentRequest

`POST /documentv2/savePaymentRequest`

Internal documentv2/savePaymentRequest operation. Authentication requirements are derived from the active route allowlist.

## Request body

- object
  - `adjustment_type` string
  - `adjustment_value` string
  - `client_id` integer
  - `collection_mode` string
  - `currency_id` integer
  - `document_id` integer
  - `due_date` string, date
  - `id` integer
  - `include_details` string
  - `invoice_type` string
  - `net_amount` string
  - `payment_channel` string
  - `payment_date` string, date
  - `status` string

## Response `200`

Standard successful response envelope.

- SuccessEnvelope
  - `status` 'success', required
  - `statusCode` integer, required
  - `message` string, required
  - `data` object, required
  - `error` unknown, required

## Other responses

- `400` — Standard API error envelope.
- `401` — Standard API error envelope.
- `403` — Standard API error envelope.
- `422` — Standard API error envelope.

---

[API](https://skmtc.dev/wowinvoice/apis/wow-invoice-internal-api.md) · [All operations](https://skmtc.dev/wowinvoice/apis/wow-invoice-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wowinvoice/wow-invoice-internal-api/revisions/9f6951d767bb/schema)
