v1

latestOpenAPI 3.0.02026-07-263118119.8 KB
Bank Connection

aggregatorCredentials

Request a new aggregator URL to launch an aggregator widget with a unique token.

This will allow users to link their bank account.

<details> <summary><strong>Error Glossary</strong> (click to expand)</summary>
CodeHTTP StatusMessage
AP101401No authenticated user
AP407200Bank linking disabled on account
AP408200Unknown aggregator
AP409200Invalid redirectURI
</details>
get/v2/aggregatorCredentials

Query parameters

aggregator'aerosync' required

The aggregator you are using to launch a bank linking widget. Only accepted value is aerosync

Headers

Content-Typestring required
authorizationstring required

A userForMerchant scoped token.

Response

Success or Business Logic Error

OR

Example response

{
  "error": {
    "help": "Contact support@aeropay.com for help.",
    "code": "AP700",
    "message": "Missing required Parameter: 'email'"
  }
}