{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute paymentInstruments API", "version": "6" }, "items": [ { "info": { "name": "paymentInstruments", "type": "folder" }, "items": [ { "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 }