---
title: "remittance/create"
method: POST
path: "/remittance/create"
tags: ["Remittance Endpoints"]
---

# remittance/create

`POST /remittance/create`

This endpoint is used to create a tax remittance transaction.

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `TransactionID` string — The unique ID of the transaction that was just performed. This ID should be saved as it is required in order to look up status information on the transaction.

---

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