v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Physical Card

Ship physical card

post/cards/{cardId}/ship

Path parameters

cardIdstring uuid required

The unique identifier of the card to be embossed and shipped.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Request body

recipientFirstNamestring required

The first name of the recipient.

recipientLastNamestring required

The last name of the recipient.

recipientPhoneNumberstring required

The phone number of the recipient.

recipientDialCodeinteger required

The country dial-in code for the recipient’s phone number.

recipientEmailstring email required

The email address of the recipient.

cardDesignstring uuid required

The ID of the card design approved by Visa. Retrieve the cardDesignsID using the GET /card-design/ endpoint.

Example request

{
  "shippingAddress": {
    "country": "HK"
  },
  "recipientDialCode": 852
}

Response

Card will be shipped

messagestring required

Additional information about the success request.