Attributes

AttributeData typeDescription
messagestringA message on the action taken on the virtual card.
codestringA code sharing the status of this action. The code will be "success" for 200 responses, or explain the error for 400 responses.
checkout_tokenstringThe checkout_id of the virtual card.
{
    "message": "The card was successfully canceled",
    "code": "success",
    "checkout_token": "FA0UUFRGOND84S7C"
}