Fusebox
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 a POS-initiated or API Based Settlement.
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.
Batch Close API fields
0001 (Transaction Type)
- Description: Batch Close (13)
- Length: 2
- Data Type: Numeric
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 (Gateway Response Code)
- Description: Elavon Gateway Response Code.
- Length: 1-4
- Data Type: Numeric
1004 (Host Response Code)
- Description: Host Response Message, either verbatim or evaluated may contain Elavon Gateway Message.
- Length: 1-80
- Data Type: Alphanumeric
1010 (Gateway Response Message)
- Description: Elavon Gateway text response message corresponding to error code returned in API field 1003.
- Length: 1-80
- Data Type: Alphanumeric
1012 (Gateway 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
Example transaction
Request
API field/Value | Description |
---|---|
0001,0013 | Transaction Type |
0109,TERM01 | Terminal ID |
8002,LOC1 | Location Name |
8006,TSTLAR | Chain Code |
Response
API field/Value | Description |
---|---|
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 | Local Batch Net Amount |
1014,101 | (Local Batch Tran Count |
1016,1587,00 | Host Batch Net Amount |
1017,101 | Host Batch Tran Count |
1018,11587,00 | Funded Batch Amount |
1019,101 | Funded Batch Count |
7007,1234567890123456 | Transaction Link Identifier |
8002,LOC | Location Name |
8006,TSTLAR | Chain Code |