post
https://api-cert.sagepayments.com/bankcard/v1 /batches/current
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" |
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...