Skip to main content
POST
/
bank-linking
/
connect
/
repair
Repair a connection
curl --request POST \
  --url https://api-sb.meld.io/bank-linking/connect/repair \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connectionId": "<string>"
}
'
{
  "connectToken": "<string>",
  "id": "<string>",
  "institutionId": "<string>",
  "widgetUrl": "<string>"
}

Authorizations

Authorization
string
header
default:BASIC <Meld API Key>
required

Body

application/json
connectionId
string

The id of the connection in need of repair

Response

Generated new connect token for repairing this connection

connectToken
string

Connect token needed to invoke the repair widget. This will prompt the user to enter the associated service provider's UI to fix the connection.

id
string

Id of the broken connection in need of repair.

institutionId
string

The institution id of the connection to repair. The customer will not need to select an institution again in the picker, but will instead be directed immediately to repair the connection with this institution.

widgetUrl
string

Widget url to go through the repair flow