Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Batch Close

Andreas Borglin edited this page Nov 27, 2018 · 1 revision

Request that the current batch is closed / settled.

If you require additional data for your use case / scenario, please contact AEVI to discuss.

Create Request

Request batchCloseRequest = new Request("batchClosure");

Create Response

Response batchCloseResponse = new Response(batchCloseRequest, <outcome>, "Outcome message");

Parse Response

String closedSuccessfully = batchCloseResponse.wasSuccessful();

See main page

Clone this wiki locally