Method: POST
Content Type: application/json
Request Body
Attribute | Type | Mandatory | Description |
---|
bic | string | Yes | Provide the BIC/SWIFT code that you want to validate (For example: ABNANL2A). |
Sample Response
A successful request returns the data object with below mentioned attributes if the code is valid. If its not then it will simply returns data: false
.
HTTP Response Codes
The method may return one of the following HTTP status codes:
Status Code | Description |
---|
200 | The request was successful. |
400 | Invalid input. |
401 | Required authentication information is either missing or not valid for the resource. |
500 | If any unexpected error occurs while processing the request. |