Use the /api/v1/recipients//providers/requests endpoint to check the registrations status of a Data Recipient.
/api/v1/recipients/{client_id}/providers/requests endpoint to check the registrations status of a Data Recipient.
To successfully call this endpoint, you must first call the /Token endpoint to obtain a valid access_token using the following settings:
client_credentials{partner client_id}{partner client_secret}client:admin| STATUS | DESCRIPTION |
|---|---|
PENDING_APPROVAL | A partner has sent a registration request and is awaiting approval from Flinks. |
PENDING_ACTIVATION | Flinks has approved the registration request and it’s been sent to the Data Provider for activation. |
ACTIVE | The Data Provider is registered with the Data Recipient. The Data Recipient can successfully use the Flinks Open Banking API for this particular Data Provider. |
Bearer token obtained from the /Token endpoint.
The ID of Data Recipient who you want to check the registrations status for.
Result
Unique identifier for the data recipient.
Name of the data recipient.
Unique identifier for the data provider.
Name of the data provider.
Country code of the data provider (e.g., CA, US).
Current registration status (PENDING_APPROVAL, PENDING_ACTIVATION, or ACTIVE).
Timestamp of when the registration was requested (ISO 8601 format).