POST {{baseurl}}/accounts/generate/mcy
These are the parameters of the request body.
Field | Data Type | Description |
---|---|---|
utilityBill | String (URL) | Required. URL to the user’s utility bill
document. Example:
https://s3.aws.amazon.com/document/utilityBill.pdf . |
incomeBand | String | Required. User’s income range. Example:
50,000 . |
sourceOfIncome | String | Required. Source of the user’s income. Example:
Salary . |
accountDesignation | String | Required. The designation of the account.
Example: Savings . |
occupation | String | Required. User’s occupation. Example:
Software Engineer . |
employmentStatus | String | Required. Employment status of the user.
Example: Employed . |
customerId | String (UUID) | Required. Unique identifier for the customer. |
reference | String | Optional. Reference for the bank account creation. |
currency | String | Required.
Currency must either be
USD | EUR . This is what will determine the type of
account that will be generated. |