Client portal: submit bank details once after AML has cleared but BAV is still pending. Run in API Explorer
Ask AI
Single-submit only — once SECCL has bankDetails, this endpoint refuses further attempts.
POST
/api/v1/addons/seccl/{addon}/client/{account_uuid}/bank-details
curl \
--request POST 'https://api.plannrcrm.com/api/v1/addons/seccl/octopus_money/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/bank-details' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"sort_code":"123456","account_number":"12345678"}'
Request examples
{
"sort_code": "123456",
"account_number": "12345678"
}
Response examples (401)
{
"message": "Unauthenticated."
}