customers

Customer Delete

delete/v2/customers/{id}

Path parameters

idstring required
Example:cust_yWYfCSzsUUhr9KwMv7vuLZHX

Response

Successful Response

idstring required
countrystring

Country of the card issuer

createdstring date-time required

Unique id with unicity check

date_birthstring date

Date of birth

emailstring

Customer email

external_idstring

Unique id with unicity check

legal_idstring

Any legal identifier like SIREN, CBE, KVK, etc

mobilestring

Customer email

namestring

Customer name

billing_addressstring

Billing address

shipping_addressstring

Shipping address

deletedboolean required

Example response

{
  "id": "cust_yWYfCSzsUUhr9KwMv7vuLZHX",
  "country": "FR",
  "created": "UniqueId123",
  "date_birth": "1950-05-04",
  "email": "test@test.com",
  "external_id": "UniqueId123",
  "legal_id": "AA732A82C93V20",
  "mobile": "+33100000000",
  "name": "Arthur Martin",
  "billing_address": "addr_yWYfCSzsUUhr9KwMv7vuLZHX",
  "shipping_address": "addr_yWYfCSzsUUhr9KwMv7vuLZHX"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.