get
https://api-cert.sagepayments.com/bankcard/v1 /batches/{reference}
Name | Values | Description |
---|---|---|
pageSize |
The number of items to be included in each page of the result set |
|
pageNumber |
The page number of the result set to return |
|
sortDirection |
The direction in which results should be sorted |
|
sortField |
The field on which results should be sorted. This can be any field in the response object. |
Name | Values | Description |
---|---|---|
clientId
(required) |
Application Identifier also known as API Key |
|
merchantId
(required) |
Merchant Identifier |
|
merchantKey
(required) |
Merchant Key |
|
nonce
(required) |
Secure random number used only once |
|
timestamp
(required) |
Epoch time stamp |
|
Authorization
(required) |
Authorization token, HMAC value of: verb + url + body + merchantId + nonce + timestamp |
|
Content-Type
(required) |
Valid values are "application/json" |
reference The batch reference number to be returned true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Bad Request
Unauthorized
Resource Summary |
|
Security |
|
Content Type |
application/json |
Category |
Settlements and Batches |
Name | Type | Description |
---|
Name | Type | Description |
---|
{ "code": "<error code>", "message": "<error message>", "info": "<url to error page>", "detail": "<error details>" }Please visit our error page for additional information
Type | Card Numbers |
---|---|
Visa | |
MasterCard | |
American Express | |
Discover |
Working...