Sales statements batch payment

Applicable only to finmid-funded integrations. Simulates a bank transfer payment for a batch in the sandbox environment.

In a finmid-funded integration, after collecting funds from businesses, the platform sends the repayment_amount to finmid's bank account via bank transfer. This simulation endpoint replicates that bank transfer in sandbox so you can test the full flow end-to-end.

Platform-funded integrations use Report Funds Collection instead of a bank transfer.

Only available in sandbox environment.

Path Params
string
required
length ≤ 100

Identifier of the Batch.

Body Params
number | null
0.01 to 1000000

Amount of the batch repayment in EUR, positive number. To get the correct amount value refer to repayment_amount field value from GET/POST /sales-statements/batches/{id} API response. Requests without amount repay the Batch with the correct amount automatically.

Responses
200

Batch has been paid successfully.

401

Missing or invalid API key. Could not authenticate API request.

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json