get https://separation-merchant.metaprise.online/card/:id
RESPONSE OBJECT
parameters | type | required | description |
---|---|---|---|
id | string | N | The id of the card |
type | string | N | The type of the card: Physical or Virtual |
nickname | string | N | The nick name of the card |
last4 | string | N | The last 4 digital number of the card |
exp_year | string | N | The expiration year of the card |
exp_month | string | N | The expiration month of the card |
status | string | N | The status of the card |
cardholder_id | string | N | The id of the card holder |
spend_limit | String | N | The limit spend for this card |
frequency | String | N | The frequency for each spend limit |
category_restrict | object | N | The category which is restricted |
type | string | N | The type of the restricted category |
restrict | string | N | The restrict number |
merchant_restrict | object | N | The merchant which is restricted |
type | string | N | The type of the restricted category |
restrict | string | N | The restrict number |
expiration_time | number | N | The expiration time of the card |
create_time | number | N | The create time of the card |
update_time | number | N | The update time of the card |