Create UK domestic bank details for the issuer
POST/v1/issuer/uk-domestic-bank-details
This endpoint creates UK domestic bank account details for an issuer. It supports both single and bulk creation. To bulk create, provide a list of sort codes with their corresponding branch names in the request body. Each sort code must follow the format "123456" or "12-34-56".
Request
Responses
- 200
- 400
Bank details created successfully. Returns the created data.
Invalid input — check sort code format or required fields.