Skip to main content
PATCH
Complete debit card details

Authorizations

Authorization
string
header
required

Cognito JWT token for regular user authentication

Path Parameters

cardId
string
required

The debit card ID

Body

cardholderFirstName
string
required

Cardholder's first name

Minimum string length: 1
Example:

"John"

cardholderLastName
string
required

Cardholder's last name

Minimum string length: 1
Example:

"Doe"

billingAddress
object
required

Response

Response for status 200

id
string
required

Unique identifier for the debit card

Example:

"6a749a054c3b8fc5da595d19"

status
enum<string>
required
Available options:
active,
pending,
inactive,
rejected,
action_required
network
enum<string>
required
Available options:
visa,
mastercard
cardNumberLast4
string
required

Last 4 digits of card number

Example:

"1111"

expiryMonth
number
required
Example:

12

expiryYear
number
required
Example:

2027

currency
enum<string>
required
Available options:
USD,
CAD,
EUR,
GBP
isTokenized
boolean
required

Whether this card has been tokenized via Evervault for secure storage

Example:

true

createdAt
string<date-time>
required
label
string
requirements
object[]

Actions the user must complete before the card can be used for payouts. Present (non-empty) when status is action_required.