Delete Payment Instrument
Use this endpoint for a specific shopper delete a specific payment instrument stored for convenience or for scheduled or unschreduled recurring/MIT payments
Endpoint
DELETE /v1/merchant-admin/card-on-file/{{merchantShopperId}}/{{paymentInstrumentReference
}}{merchantShopperId}— the unique identifier of the shopper.{paymentInstrumentReference}— the unique identifier of the payment instrument.
Example Request
DELETE /v1/merchant-admin/card-on-file/{{merchantShopperId}}/{{paymentInstrumentReference
}}Example Response
{
"responseInfo": {
"responseCode": 0,
"responseText": "Success"
}
}Field Reference
Path Parameter
| Field | Type | Required | Description |
|---|---|---|---|
merchantShopperId | string | Yes | The unique identifier you used when identifying the shopper. |
| paymentInstrumentReference | string | Yes | The unique identifier of the payment instrument you want to delete. |
Response
responseInfo
| Field | Type | Required | Description |
|---|---|---|---|
responseCode | integer | Yes | A code indicating the request result. |
responseText | string | Yes | A human-readable description of the result. |
Important Notes
Updated 13 days ago
What’s Next
Did this page help you?