v1
latestOpenAPI 3.0.02026-07-263118119.8 KBBank 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>| Code | HTTP Status | Message |
|---|---|---|
| AP101 | 401 | No authenticated user |
| AP407 | 200 | Bank linking disabled on account |
| AP408 | 200 | Unknown aggregator |
| AP409 | 200 | Invalid redirectURI |
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
Example response
{
"error": {
"help": "Contact support@aeropay.com for help.",
"code": "AP700",
"message": "Missing required Parameter: 'email'"
}
}