{ "opencollection": "1.0.0", "info": { "name": "Increase Account Numbers Cards API", "version": "0.0.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cards", "type": "folder" }, "items": [ { "info": { "name": "List Cards", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/cards", "params": [ { "name": "cursor", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "account_id", "value": "account_in71c4amph0vgo2qllky", "type": "query" }, { "name": "created_at.after", "value": "", "type": "query" }, { "name": "created_at.before", "value": "", "type": "query" }, { "name": "created_at.on_or_after", "value": "", "type": "query" }, { "name": "created_at.on_or_before", "value": "", "type": "query" }, { "name": "status.in", "value": "", "type": "query" }, { "name": "idempotency_key", "value": "", "type": "query" } ] }, "docs": "List Cards" }, { "info": { "name": "Create a Card", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/cards", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Card" }, { "info": { "name": "Retrieve a Card", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/cards/:card_id", "params": [ { "name": "card_id", "value": "card_oubs0hwk5rn6knuecxg2", "type": "path" } ] }, "docs": "Retrieve a Card" }, { "info": { "name": "Update a Card", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.increase.com/cards/:card_id", "params": [ { "name": "card_id", "value": "card_oubs0hwk5rn6knuecxg2", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Card" }, { "info": { "name": "Create a Card details iframe", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/cards/:card_id/create_details_iframe", "params": [ { "name": "card_id", "value": "card_oubs0hwk5rn6knuecxg2", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an iframe URL for a Card to display the card details. More details about styling and usage can be found in the [documentation](/documentation/embedded-card-component)." }, { "info": { "name": "Retrieve sensitive details for a Card", "type": "http" }, "http": { "method": "GET", "url": "https://api.increase.com/cards/:card_id/details", "params": [ { "name": "card_id", "value": "card_oubs0hwk5rn6knuecxg2", "type": "path" } ] }, "docs": "Sensitive details for a Card include the primary account number, expiry, card verification code, and PIN." }, { "info": { "name": "Update a Card's PIN", "type": "http" }, "http": { "method": "POST", "url": "https://api.increase.com/cards/:card_id/update_pin", "params": [ { "name": "card_id", "value": "card_oubs0hwk5rn6knuecxg2", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Card's PIN" } ] } ], "bundled": true }