v1
latestOpenAPI 3.1.02026-07-132363652.9 MBAccount Information
Create an account information (bank linking) session. Returns connect_url for provider UI and session_id for polling/redirect.
Create an account information (bank linking) session. Returns connect_url for provider UI and session_id for polling/redirect.
post/api/v1/merchants/{id}/account-information/sessions
Path parameters
idstring uuid required
Merchant ID
Example:123e4567-e89b-12d3-a456-426614174000
Merchant ID
Request body
Example request
{
"country": "GB",
"redirect_url": "https://dashboard.example.com/bank-accounts/linked"
}Response
Created
Example response
{
"success": true,
"data": {
"session_id": "550e8400-e29b-41d4-a716-446655440000",
"verification_token": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"expires_at": "2024-03-19T13:30:00Z"
}
}