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
Example request
{
"shippingAddress": {
"country": "HK"
},
"recipientDialCode": 852
}Response
Card will be shipped
Changes
No recorded changes to this endpoint across all 1 revision of this API.