post http://api-pre-prod.setel.com/v1/settlements/non-terminal-settlements
This API endpoint returns the settlement document requested.
What can cause a bad request (HTTP code 400)?
merchantIdis empty.idempotentIdis empty.idempotentIdis duplicated.enterpriseIdis not a valid enterprise.
Successful response payload data
| Parameter name | Type | Description |
|---|---|---|
| id | string | The ID of the settlement generated. |
| merchantId | string | The ID of the merchant. |
| idempotentId | string | The ID of the request to generate the settlement. |
| type | string | The type of transaction in the settlement file. |
| totalTransactions | string | The number of transactions in the settlement. |
| status | string | The status of generating the settlement. |
| amount | string | The amount of the settlement. |
