Skip to main content
PATCH
Update payment card

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Headers

x-client-id
string
required

Client identifier for the company in the request.

Example:

"client_abc123"

Path Parameters

uuid
string<uuid>
required

Body

application/json
card_token
string | null

Token of a vaulted card. Mutually exclusive with card.

Example:

"card_tok_new_xyz"

card
object | null

Raw card data. Mutually exclusive with card_token.

Response

Card updated

data
object