Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 753 Bytes

delete-customer-card-response.md

File metadata and controls

37 lines (28 loc) · 753 Bytes

Delete Customer Card Response

Defines the fields that are included in the response body of a request to the DeleteCustomerCard endpoint.

Structure

Delete Customer Card Response

Fields

Name Type Tags Description
errors Array<Error Hash> Optional Any errors that occurred during the request.

Example (as JSON)

{
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    },
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}