Review Replace Card
Review Card Replacement
Request Body
{
"cardsId": 1359, // required, number, ID of the card to be replaced
"replaceReason": "Damaged", // required, string, one of: "Damaged", "Lost", "FraudCompromised", "Returned", "Expired", "Stolen"
"shippingMethod": "Standard", // optional, string, one of: "Standard" (default), "Express"
"shippingAddress": { // optional. Supply to ship the replacement card to a new address
"shippingAddressLine1": "1 Roshar Ave", // required when shippingAddress is supplied, string, max 60 characters
"shippingAddressLine2": null, // optional, string, max 60 characters
"shippingAddressCity": "New York", // required when shippingAddress is supplied, string, max 60 characters
"shippingAddressState": "NY", // required when shippingAddress is supplied, string, letters only, max 30 characters
"shippingAddressPostcode": "10001", // required when shippingAddress is supplied, string, digits only, max 10 characters
"shippingAddressCountry": "US" // required when shippingAddress is supplied, string, letters only
}
}Response Body
Error Responses
messageCode
Meaning