Send a SMS to any user. For more information about allowed characters or SMS length, please refer to the twilio documentation.
No Content
Bad Request
Unauthorized
Forbidden
Conflict
{- "consumerId": "9e675a24-20d6-4913-9836-f861cd23e89e",
- "message": "string"
}
{- "details": [
- {
- "field": "{path.to.field}",
- "rejectedValue": "{rejectedValue}",
- "message": "Person of type {0} with id {1} was not found."
}
], - "errorCode": "PERSON_NOT_FOUND",
- "error": "linkcy.bad.request",
- "status": 400,
- "timestamp": "2024-11-14T16:15:00.758733768Z"
}
Signing Terms & Conditions is mandatory to be able to use banking features. We mandate you as a Partner to perform this action.
To do this, you can download the last of version of the TCs directly from our APIs! By default, the language is English, but if you need a specific language, feel free to ask your customer care!
Once TCs are updated, the field "termsAccepted" will change into the "false" state and you will need to use this Endpoint to get the last version. Then, you will have to PATCH your end-users (CONSUMER/CORPORATE) each time they sign the last versions.
required | object (TermsAndConditionsInfoRequestDto) Information used to get specific terms and conditions. |
OK
Bad Request
Unauthorized
Forbidden
{- "type": "CONSUMER",
- "downloadUrl": "string",
- "version": "1.0",
- "language": "EN"
}
Get BIC information for a given IBAN.
OK
Bad Request
Unauthorized
Forbidden
Not Found
{- "bic": "string",
- "name": "string"
}