Error
A valid request URL is required to generate request examples{
"status": "PENDING_APPROVAL",
"client_credentials": {
"client_id": "<string>",
"client_secret": "<string>",
"client_name": "<string>",
"participant_id": "<string>",
"connection_id": "<string>",
"base_url": "<string>",
"redirect_url": "<string>"
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Dynamic Client Registration
Register a new client application
Register a new client application for Open Banking API access
POST
/
dcr
Error
A valid request URL is required to generate request examples{
"status": "PENDING_APPROVAL",
"client_credentials": {
"client_id": "<string>",
"client_secret": "<string>",
"client_name": "<string>",
"participant_id": "<string>",
"connection_id": "<string>",
"base_url": "<string>",
"redirect_url": "<string>"
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Body
application/json
The username to access application credentials
The password to access application credentials
The name of the client application
The description of the client application
The name of the developer of the client application
The address of the developer of the client application
The email of the developer of the client application
The phone number of the developer of the client application
The redirect URL of the client application