Get an issuing card by ID
GET {{baseInfraUrl}}/{{version}}/issuing-card/:cardId
Get a specific Issuing Card by its id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | null | List of strings to filter response JSON keys. | |
expand | string | Fields to expand information. |
RESPONSES
status: OK
{"card":{"binId":"53810202","city":"Sao Paulo","created":"2022-05-17T20:00:37.619527+00:00","displayName":"ANTHONY STARK","district":"Bela Vista","expiration":"****-**-**T**:**:**.******+00:00","holderExternalId":"my-entity/123","holderId":"4843929958612992","holderName":"Tony Stark","holderTaxId":"012.345.678-90","id":"5701684319748096","number":"**** **** **** 3714","rules":[{"amount":900000,"currencyCode":"BRL","id":"5138734366326784","interval":"week","name":"Example Rule"}],"securityCode":"***","stateCode":"SP","status":"active","streetLine1":"Av. Paulista, 200","streetLine2":"Apto. 123","tags":["travel","food"],"type":"virtual","updated":"2022-05-17T20:00:38.058520+00:00","zipCode":"01311-200"}}