Article Endpoint: /v1/open-banking/connect/{connection_task_id}
In TPP /v1/open-banking/connect/{connection_task_id}, there is no task_id in authorisation_gateway_url api response.
The task id will be in the webhook/callback, see example:
{
"data": {
"task_id": "03af1639-78a6-402d-809b-902a0b00a77d",
"status": "Completed",
"task_type": "connect",
"customer_id": "b6f898f8-99e8-4529-8e90-64d96fe05aa4"
}
}
Comments
0 comments
Please sign in to leave a comment.