List issuing bins
GET {{baseInfraUrl}}/{{version}}/issuing-bin
Here you can list and filter all Issuing Bins you have. We return it paged.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | null | Used to set the max items to be retrieved. | |
cursor | null | String used to get the next batch of results. | |
fields | null | Fields to be retrieved. |
RESPONSES
status: OK
{"bins":[{"category":"prepaid","client":"business","created":"2022-05-01T18:58:00+00:00","id":"53810203","network":"mastercard","settlement":"credit","updated":"2022-05-01T18:58:00+00:00"},{"category":"prepaid","client":"business","created":"2022-05-01T18:57:00+00:00","id":"53810202","network":"mastercard","settlement":"credit","updated":"2022-05-01T18:57:00+00:00"}],"cursor":null}