v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Remittance Endpoints

remittance/create

This endpoint is used to create a tax remittance transaction.

post/remittance/create

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

TransactionIDstring

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.

Example response

{
  "TransactionID": "1234567"
}