Simfuni Logo

Our API allows you to seamlessly integrate your applications with our insurance premium payment services. With our API, you can automate tasks such as creating new payment requests, retrieving payment status, as well as managing endorsement and client details.

To get started with our API, you will need to sign up for an account with Simfuni. Once you have an account, you will be able to generate API keys, which you will use to authenticate all of your API requests.

Our API consists of the following endpoints:

  1. POST /invoices - Create a new invoice payment request.
  2. GET /invoices/{id} - Retrieve the details of a specific invoice payment request.
  3. PUT /invoices/{id} - Updates the details of a specific invoice payment request.
  4. POST /insureds - Creates a new insured.
  5. GET /insureds/{id} - Retrieve the details of a specific insured.
  6. PUT /insureds/{id} - Updates the details of a specific insured.
  7. POST /endorsements - Creates a new endorsement request for a specific invoice.
  8. GET /endorsements/{id} - Retrieve the details of a specific endorsement request.
  9. GET /invoices/{id}/loan - Retrieve the loan details of a specific invoice that has been funded.

For detailed information on each of our API endpoints, including request and response formats, please refer to our API reference documentation.

If you have any questions or issues with our API, please contact our support team at support@simfuni.com.