Skip to main content
PATCH
/
api
/
v2
/
wallet
/
cards
/
{card_id}
{
  "card_id": "card_12345",
  "message": "Card created successfully",
  "status": "success"
}

Authorizations

X-Auth0-Key
string
header
required

Internal use only

Headers

x-user-id
string
required

End-user identifier within a customer organization. Required for user-scoped operations.

Path Parameters

card_id
string
required

Body

application/json

Request model for updating card information - all fields optional.

email
string<email> | null

Update cardholder email

card_holder
string | null

Update cardholder name

Required string length: 1 - 255
phone_number
string<phone> | null

Update phone number Phone number in E.164 format (e.g., +12125551234)

Examples:

"+12125551234"

"+442071234567"

"+972547828353"

billing_address
string | null

Update billing address

Minimum length: 1
city
string | null

Update city

Minimum length: 1
state
string | null

Update state

zip_code
string | null

Update ZIP code

Response

Card billing info updated successfully

Response model for card operations (create/update/delete).

status
string
required

Operation status

message
string
required

Human-readable message

card_id
string | null

Affected card ID

I