Batch Close (13)
The Batch Close (13) transaction can perform all the functions of the Batch Create and Inquiry (14). Batch Close can also close the batch in Fusebox.
Deposits or settles transactions in conjunction with the POS initiated or API Based Settlement through PBFE feature.
important
This is needed for certification and should be part of testing during implementation.
0001 (Transaction Type)
- Description: Tran Type 14 Batch Inquiry
- Length: 2
- Data Type: Number
0109 (Terminal ID)
- Description: Terminal ID. *Optional, if inquiring for the entire Chain Code or Location, leave blank.
- Length: 1-8
- Data Type: Alphanumeric
1003 (Elavon Response Code)
- Description: Elavon Gateway Response Code.
- Length: 1-4
- Data Type: Number
Field 1004 (Host Response Code)
- Description: Host Response Message, either verbatim or evaluated may contain Elavon Gateway Message.
- Length: 1-80
- Data Type: Alphanumeric
1010 (Elavon Response Message)
- Desciption: Elavon Gateway verbose response message corresponding to error code returned in API field 1003.
- Length: 1-80
- Data Type: Alphanumeric
1012 (Elavon Batch Number)
- Description: Elavon Gateway batch number. A global number generated to represent a batch of transactions. The batch may contain many different TPPs, each uploaded under a different host batch number.
- Length: 1-8
- Data Type: Number
1013 (Local Batch Net Amount)
- Description: Net amount of transactions captured in the Fusebox batch file. This field will contain a leading “-” sign if net amount is negative.
- Length: 1-20
- Data Type: Number
1014 (Local Batch Tran Count)
- Description: Total count of transactions captured in the Fusebox batch file.
- Length: 1-9
- Data Type: Number
1016 (Host Batch Net Amount)
- Description: For host capture processors capable of returning this information. Net amount of transactions captured in the host batch file. This field will contain a leading “-” sign if net amount is negative.
- Length: 1-20
- Data Type: Number
1017 (Host Batch Tran Count)
- Description: For host capture processors capable of returning this information. Total count of transactions captured in the host batch file.
- Length:1-9
- Data Type: Number
1018 (Funded Batch Amount)
- Description: This value will be blank on a batch inquiry of an open batch
- Length: 1-20
- Data Type: Number
1019 (Funded Batch Count)
- Description: This value will be blank on a batch inquiry of an open batch.
- Length: 1-9
- Data Type: Number
7007 (Transaction Link Identifier)
- Description: This field is the unique identifier to a transaction in Fusebox.
- Length: 21
- Data Type: Number
8002 (Location)
- Description: Location name passed in the transaction.
*Optional field based on the level at which you are choosing to settle: Chain Code, Location, or Terminal ID. If inquiring for the entire Chain Code, leave blank. - Length: 16
- Data Type: Alphanumeric
8006 (Chain Code)
- Description: Required. Chain Code passed in the transaction.
- Length: 6
- Data Type: Alphanumeric
Force Close
Either the POS will send an API-based batch close message to Fusebox, or the user will log in to the user interface to close a batch.
Fusebox automatically creates a batch with all financial transactions sent from the POS and will accrue them into batches by Site ID. If a batch remains open for 7 days, it will automatically close in Fusebox.
To settle from the Elavon Gateway User Interface, login to the User Interface and ensure the amounts about to be settled have been reconciled in the previous steps.
- Test:
https://gatewaydemo.elavon.net/ui/portal.html
- Production:
https://fusebox.elavon.net/ui/portal.html
Verify that the user has proper access rights and permissions to log in to process a settlement.
Request
0001,0013<–Transaction Type–>
0109,TERM01<–Terminal ID–>
8002,LOC1<–Location Name–>
8006,TSTLAR<–Chain Code–>
Response
0001,13<–Transaction Type–>
0109,TERM01<–Terminal ID–>
1003,0000<–Elavon Gateway Response Code–>
1004,ACKNOWLEDGED<–Host Response Message–>
1010,COMPLETE<–Elavon Gateway Response Message–>
1012,0007<–Elavon Gateway Batch Number–>
1013,1587,00<–Net amount of Transactions in a batch–>
1014,101<–Total transactions in batch file–>
1016,1587,00<–Net amount of transactions in host batch file–>
1017,101<–Total count of transactions in host batch file–>
1018,11587,00<–Total amount funded in a batch if accepted–>
1019,101<–Total number of transactions to be funded in a batch to be funded if accepted–>
7007,1234567890123456<–Transaction unique identifier–>
8002,LOC<–Location Name–>
8006,TSTLAR<–Chain Code–>