Endpoint lookup table
Endpoint lookup table
This table lists all the endpoints in our API for Europe, with links to further information. The rows are ordered alphabetically based on the path, ignoring the version number.
Endpoint | Description |
---|---|
GET /mccy/v1/Accounts | Get a list of all real accounts associated with your institution |
POST /mccy/v2/Accounts | Create a new real account |
DELETE /mccy/v1/Accounts/{accountId} | Close an existing real account |
GET /mccy/v1/Accounts/{accountId} | Get details related to a real account |
PATCH /mccy/v1/Accounts/{accountId} | Amend the properties of an existing real account |
GET /mccy/v1/Accounts/{accountId}/balances | Get the balance of a real account |
PATCH /mccy/v1/Accounts/{accountId}/status | Update the status of an existing real account |
GET /mccy/v1/Accounts/{accountId}/transactions | Get a list of transactions for a real account and any virtual accounts associated with that real account |
POST /mccy/v1/StatementRequests | Request a statement for all accounts associated with your institution |
POST /mccy/v1/StatementRequests/account/{iban} | Request a statement for a specific account associated with your institution , excluding virtual accounts |
GET /mccy/v1/Transactions/{transactionId} | Get a transaction |
POST /mccy/v1/VirtualAccounts | Create a new virtual account |
DELETE /mccy/v1/VirtualAccounts/{virtualAccountId} | Close an existing virtual account |
GET /mccy/v1/VirtualAccounts/{virtualAccountId} | Get details related to a virtual account |
PATCH /mccy/v1/VirtualAccounts/{virtualAccountId} | Amend the properties of an existing virtual account |
PATCH /mccy/v1/VirtualAccounts/{virtualAccountId}/status | Update the status of an existing virtual account |
GET /mccy/v1/VirtualAccounts/{virtualAccountId}/transactions | Get a list of transactions for a virtual account |
POST /open-banking/vop/v1/payees/single | Check payee account name |
POST /payments/sepa-ct/v1/customer-payments | Send an SCT outbound payment |
POST /payments/sepa-ct/v1/payment-returns | Return an SCT payment |
POST /payments/sepa-ct/v1/recall | Recall an SCT payment |
POST /payments/sepa-ct/v1/recall-response | Respond to an SCT recall request |
POST /v1/payments/sepa-ct/emulator/inbound/payment | Create an inbound SCT payment in the simulation environment |
POST /v1/payments/sepa-instant | Send an SCT Inst payment |
POST /v1/payments/sepa-instant/{paymentId}/recall | Recall an SCT Inst payment |
POST /v1/payments/sepa-instant/{paymentId}/recall-response | Respond to SCT Inst payment recall requests |
POST /v1/sepa-instant-emulator/inbound-payment | Create an inbound SCT Inst payment in the simulation environment |
POST /v2/sepa-instant-emulator/inbound-payment/recall | Create an inbound SCT Inst recall request in the simulation environment |
POST /payments/t2-rtgs/v1/customer-payments | Send a T2 customer payment |
POST /payments/t2-rtgs/v1/inbound/customer-payments | Simulate an inbound T2 customer payment |
POST /payments/t2-rtgs/v1/inbound/institution-payments | Simulate an inbound T2 institution payment |
POST /payments/t2-rtgs/v1/inbound/payment-returns | Simulate an inbound return of a T2 payment |
POST /payments/t2-rtgs/v1/institution-payments | Send a T2 institution payment |
POST /payments/t2-rtgs/v1/payments-returns | Return a T2 payment |
POST /v1/statementrequests | Request a camt.053 statement for all accounts |
GET /v1/statements/{messageId} | Retrieve a camt.053 statement page which has been generated |
Related links
You can find a list of webhooks here: