Create Investment Application
API Endpoints
Create Investment Application
Creates a new investment application for a customer.
POST
Create Investment Application
Creates a new investment application allowing customers to invest in a specific investment product with a specified number of units.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Must be
application/json.Request Body
The unique identifier (UUID) of the investment product to invest in.
The number of units to purchase for this investment.
The unique identifier (UUID) of the user wallet to use for the investment.
The unique identifier (UUID) of the customer making the investment.
The full name of the customer making the investment.
