List issuing cards
GET {{baseInfraUrl}}/{{version}}/issuing-card
Here you can list and filter all Issuing Cards you have. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
cursor | null | String used to get the next batch of results. | |
fields | null | Fields to be retrieved. | |
limit | null | Maximum number of objects to be retrieved. | |
after | null | Date filter for objects created only after specified date. | |
before | null | Date filter for objects created only before specified date. | |
status | null | Filter for status of retrieved objects. | |
ids | null | List of ids to filter retrieved objects. | |
types | null | Card type. | |
holderIds | null | Card holder IDs. | |
tags | null | Tags to filter retrieved objects. | |
expand | string | Fields to expand information. |
RESPONSES
status: OK
{"cards":[{"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"},{"binId":"53810202","city":"Sao Paulo","created":"2022-05-17T18:18:21.162200+00:00","displayName":"ANTHONY STARK","district":"Bela Vista","expiration":"****-**-**T**:**:**.******+00:00","holderExternalId":"500738","holderId":"6145137520410624","holderName":"Holder Test","holderTaxId":"012.345.678-90","id":"5619061027241984","number":"**** **** **** 4520","rules":[{"amount":900000,"currencyCode":"BRL","id":"6744960934084608","interval":"week","name":"Example Rule"}],"securityCode":"***","stateCode":"SP","status":"canceled","streetLine1":"Av. Paulista, 200","streetLine2":"Apto. 123","tags":["travel","food"],"type":"virtual","updated":"2022-05-17T18:18:23.332977+00:00","zipCode":"01311-200"}],"cursor":"ClAKFAoHY3JlYXRlZBIJCNidodOS5_cCEjRqGGR-YXBpLW1zLWNhcmQtaXNzdWVyLWRldnIYCxILSXNzdWluZ0NhcmQYgICAxJnQ_QkMGAAgAQ=="}