Activate a customer
Customers
Activate a customer
Transition a pending customer to active.
POST
Activate a customer
Activates a customer that was created in pending state (i.e. created withDocumentation Index
Fetch the complete documentation index at: https://docs.api.bsa.ai/llms.txt
Use this file to discover all available pages before exploring further.
active=false). After activation, the customer can hold loans
and savings accounts.
Path parameters
Request body
ISO-8601
YYYY-MM-DD. Must be on or after the customer’s submitted
date and not in the future.Example
Response
200 OK returns the customer object with
active=true and status="Active".
Errors
| Code | When |
|---|---|
not_found | No customer with that ID |
aborted | Customer is already active or closed |
invalid_argument | Missing or invalid activationDate |

