{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Instruments API", "version": "6" }, "items": [ { "info": { "name": "Instruments", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get Payment Instruments Linked to a Balance Account", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balanceAccounts/:id/paymentInstruments", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance account." }, { "name": "offset", "value": "", "type": "query", "description": "The number of items that you want to skip." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page." }, { "name": "status", "value": "", "type": "query", "description": "The status of the payment instruments that you want to get. By default, the response includes payment instruments with any status." } ] }, "docs": "Returns a paginated list of the payment instruments associated with a balance account. \n\nTo fetch multiple pages, use the query parameters.For example, to limit the page to 3 payment instruments which are in active status and to skip the first 6, use `/balanceAccounts/{id}/paymentInstruments?limit=3&offset=6&status=active`." }, { "info": { "name": "Adyen Create a Payment Instrument Group", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstrumentGroups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment instrument group to associate and group payment instrument resources together. You can apply a transaction rule to a payment instrument group." }, { "info": { "name": "Adyen Get a Payment Instrument Group", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstrumentGroups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument group." } ] }, "docs": "Returns the details of a payment instrument group." }, { "info": { "name": "Adyen Get All Transaction Rules for a Payment Instrument Group", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstrumentGroups/:id/transactionRules", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument group." } ] }, "docs": "Returns a list of all the transaction rules associated with a payment instrument group." }, { "info": { "name": "Adyen Create a Payment Instrument", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstruments", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment instrument to issue a physical card, a virtual card, or a business account to your user.\n\n For more information, refer to [Issue cards](https://docs.adyen.com/issuing/create-cards) or [Issue business accounts](https://docs.adyen.com/marketplaces-and-platforms/business-accounts)." }, { "info": { "name": "Adyen Get a Payment Instrument", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstruments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument." } ] }, "docs": "Returns the details of a payment instrument." }, { "info": { "name": "Adyen Update a Payment Instrument", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstruments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a payment instrument. Once a payment instrument is already active, you can only update its status. However, for cards created with **inactive** status, you can still update the balance account associated with the card." }, { "info": { "name": "Adyen List Network Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstruments/:id/networkTokens", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument." } ] }, "docs": "List the network tokens connected to a payment instrument." }, { "info": { "name": "Adyen Get the PAN of a Payment Instrument", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstruments/:id/reveal", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument." } ] }, "docs": "Returns the primary account number (PAN) of a payment instrument.\n\nTo make this request, your API credential must have the following [role](https://docs.adyen.com/issuing/manage-access/api-credentials-web-service#api-permissions):\n\n* Balance Platform BCL PCI role" }, { "info": { "name": "Adyen Get All Transaction Rules for a Payment Instrument", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/paymentInstruments/:id/transactionRules", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the payment instrument." } ] }, "docs": "Returns a list of transaction rules associated with a payment instrument." } ] } ], "bundled": true }