DEVELOPER

B2B API Specification

Version version: 3.1.0

production
sandbox

B2B Payment API

Export Single Batch

post /v3/batch/export

This method can be used to export a summary of specific batch details or currently pending settlement details by card and transaction type. If no optional parameter is provided, the latest batch details will be returned.

By exporting the batch detail, your application will be able to determine the deposits and refunds.

Parameters
X-Integrator-Id
string
Maximum:
12

Loading...

X-Permalinks
string
Maximum:
4

Loading...

Request Schema
batch_number
integer
Example:
12

Loading...

Example Request
{
  "batch_number": 12
}
Example Response
200 Successful Response
422 Validation Error

Export Batches by Date Range

post /v3/batch/export/by-date

This method can be used to export a set of batch summary details with a provided date range. This method will return one or more batch summary records.

By exporting the batch summary details, your application will be able to determine the deposits and refunds.

Parameters
X-Integrator-Id
string
Maximum:
12

Loading...

X-Permalinks
string
Maximum:
4

Loading...

Request Schema
start_date required
string8 to 10 characters
Example:
01/25/2024

Loading...

end_date required
string8 to 10 characters
Example:
01/25/2024

Loading...

Example Request
{
  "start_date": "01/25/2024",
  "end_date": "01/25/2024"
}
Example Response
200 Successful Response
422 Validation Error

Export Settled Transactions by Batch

post /v3/batch/export/transactions

This method can be used to export settled transaction details within a specific batch. This method will return one or more transaction records.

Parameters
X-Integrator-Id
string
Maximum:
12

Loading...

X-Permalinks
string
Maximum:
4

Loading...

Request Schema
batch_number required
integer
Example:
1

Loading...

Example Request
{
  "batch_number": 1
}
Example Response
200 Successful Response
422 Validation Error
©2025 North is a registered DBA of NorthAB, LLC. All rights reserved. North is a registered ISO of BMO Harris Bank N.A., Chicago, IL, Citizens Bank N.A., Providence, RI, The Bancorp Bank, Philadelphia, PA, FFB Bank, Fresno, CA, Wells Fargo Bank, N.A., Concord, CA, and PNC Bank, N.A.