Attributes
Attribute | Data type | Description |
---|---|---|
message | string | A message on the action taken on the virtual card. |
code | string | A code sharing the status of this action. The code will be "success" for 200 responses, or explain the error for 400 responses. |
checkout_token | string | The checkout_id of the virtual card. |
{
"message": "The card was successfully canceled",
"code": "success",
"checkout_token": "FA0UUFRGOND84S7C"
}