v3

latestOpenAPI 3.0.3Apache 2.02026-07-312637031.3 MB
External Cards

Update External Card

Update External Card data

patch/external_cards/{external_card_id}

Path parameters

external_card_idstring uuid required
Example:7d943c51-e4ff-4e57-9558-08cab6b963c7

The unique identifier of an external card

Request body

status'ACTIVE' | 'SUSPENDED' required

Status of an External Card

Response

External Card details

binstring

Bank Identification Number

created_timestring date-time
currencystring required

ISO 4217 Alpha-3 currency code

customer_idstring uuid required

The unique identifier of a customer

deletion_timestring date-time
expiration_monthstring required
expiration_yearstring required
idstring required

External card ID

issuerstring

Name of issuing financial institution

last_fourstring required

The last 4 digits of the card PAN

last_modified_timestring date-time
namestring required

The cardholder name

status'ACTIVE' | 'DELETED' | 'SUSPENDED' required

Status of an External Card

Example response

{
  "created_time": "2010-05-06T12:23:34.321Z",
  "currency": "USD",
  "customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "deletion_time": "2010-05-06T12:23:34.321Z",
  "expiration_month": "06",
  "expiration_year": "25",
  "last_four": "1234",
  "last_modified_time": "2010-05-06T12:23:34.321Z",
  "name": "Jean Valjean",
  "verifications": {
    "pull_details": {
      "country": "US",
      "currency": "USD"
    },
    "push_details": {
      "country": "US",
      "currency": "USD"
    }
  }
}