POST
/
v2
/
issuing
/
card
/
{card_id}
/
replace

Headers

api-key
string
required

API key is required to call Solid APIs. You can view and manage your API keys in the Solid dashboard.

Path Parameters

card_id
string
required

Body

application/json
card_fulfilment
object
reason
enum<string>

card reissue reason

Available options:
lost,
stolen,
damaged,
expired

Response

200 - application/json
attachments
object[]
card_fulfilment
object
cardholder_id
string

unique id of the card holder

client_id
string

unique id of the client that created the card

controls
object
expiry_month
string

expiration month of the card

expiry_year
string

expiration year of the card

external_reference_id
string

unique id to cross-reference records with external systems

id
string

unique id of the card

label
string

label of the card

last4
string

last 4 digits of the card number

master_account_holder_id
string

unique id of the master account holder

master_account_id
string

unique id of the master account

metadata
object

Metadata takes free-form key-value pairs. You may send metadata when you create an object (POST) and when updating the object (PATCH). If you would like to remove metadata that is already on an object, you can unset it by passing in the key-value pair with an empty string, like this: {"key": ""}

product
enum<string>

type of card product configured based on the client's use case

Available options:
business_spend,
consumer_debit,
business_debit,
consumer_gpr,
consumer_gpnr,
consumer_payroll,
consumer_hsa,
consumer_fsa,
consumer_govt_benefits
status
enum<string>

status of the card

Available options:
open,
closed,
blocked,
locked
sub_account_holder_id
string

unique id of the sub account holder

sub_account_id
string

unique id of the sub account under which the card was created

theme
string

theme of the card configured as part of the client use case

timestamps
object
type
enum<string>

type of card

Available options:
physical,
virtual