/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:
- grant_type:
client_credentials - client_id:
{partner client_id} - client_secret:
{partner client_secret} - scope:
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. |