delete
https://api-cert.sagepayments.com/bankcard/v1 /charges/{reference}/lineitems
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 reference to an existing transaction 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 |
Charges |
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...