Convert a virtual card into a physical card
POST
/v2/cards/{cardId}/convert-to-physicalRequest
Use this request to convert an existing virtual card into a physical card. The virtual card will remain active until the physical card is activated. Once the physical card is activated, the virtual card will automatically be terminated.You can only convert an individual card, not a shared one.
Path parameters
The ID of the virtual card that you want to convert.Allowable values: An existing
cardId (≤ 36 characters)Query parameters
The ID of the account that the card is associated with.Allowable values: An existing
accountIdThe ID of the person that the card belongs to.Allowable values: An existing
personId (≤ 36 characters)Request body schema
The Personal Identification Number (PIN) that you want to assign to the card.Allowable values: 4 characters
Details about the recipient of the physical card.Allowable values: A valid
recipientAddress containing the following fields: firstName, middleName, lastName, address1, address2, city, state, postalCode, country, phoneThe ID of the address to send the physical card to.Allowable values: An existing
addressIdIf set to true, expedited shipping will be used. Product and account settings may block this.Allowable values:
true, falseAn optional, additional care of (C/O) line that will be added to the mailing carrier.Allowable values:
Response
If your request is successful, you’ll receive a201 response.
Order a replacement card
POST
/v2/cards/{cardId}/replaceRequest
Use this request to replace an existing card with a new one. A physical card will be replaced with a physical card and a virtual card will be replaced with a virtual card.Path parameters
The ID of the card that you want to replace.Allowable values: An existing
cardId (≤ 36 characters)Query parameters
The ID of the account that the card is associated with.Allowable values: An existing
accountIdThe ID of the person that the card belongs to.Allowable values: An existing
personId (≤ 36 characters)Request body schema
Whether or not the new card should keep the same PAN as the old one. By default, this is set to
false.Allowable values: true, falseWhether or not any existing digital wallet tokens should be reassigned to the new card. By default, this is set to
true.Allowable values: true, false