Okada Policy

Initiate Okada Policy

This endpoint initiates the creation of a okada insurance policy.

POST https://sandbox.insurpass.com/api/merchant/initiate_okada_pass_policy

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

next_of_kin_address*

string

Address of net of kin. 12 Oshomobo, Lagos.

next_of_kin_phone_number*

numeric

Phone number of next of kin. digits:11

next_of_kin_email*

email

Email address of next of kin. nextofkin@gmail.com

alternate_phone_number

numeric

Principal customer's other phone number. digits:11

surname*

String

Principal customer's surname

phone_number*

numeric

Principal customer's phone number - 081922234567. - digits:11

image*

string

Principal customer's image url. https://picsum.photos/

next_of_kin_surname*

string

Surnnae of Next of kin. Amadi

gender*

String

Principal customer's gender - female, male

next_of_kin_relationship*

string

Relationship with next of kin. Mother, Father, etc.

frequency_type*

string

How often policy is renewed. Monthly, Quarterly, Annually.

date_of_birth*

String

Principal customer's date of birth. FORMAT _ yy-mm-dd

product_id*

String

unique number used to identify okada policy. - 3

othernames*

String

Principal customer's other names

occupation*

String

Principal customer's occupation

email_address*

Email

Principal customer's email address - email@domain.com

address*

String

Principal customer's address

Verify Okada Policy

This endpoints sends a token that verifies the creation of a Okada insurance policy.

POST https://sandbox.insurpass.com/api/merchant/verify_okada_pass_policy

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

token*

String

OKP1645093519301421419

The Initiate token expires in 15 minutes, and if a user does not verify his/her subscription after 15 minutes of initiation, the details of the subscription will be deleted.

List All Okada Policies

This endpoint returns a list of all the okada insurance policies

GET https://sandbox.insurpass.com/api/merchant/merchant_okada_pass_policies

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Retrieve Okada Report

This endpoint returns an object containing a merchant's number of policies and claims

GET https://sandbox.insurpass.com/api/merchant/okada_pass_merchant_report

This endpoint returns an object containing a merchant's number of policies and claims for the okada insurance product.

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Okada Policy Details

This endpoint returns an object containing a single Okada Policy

POST https://sandbox.insurpass.com/api/merchant/okada_pass_policy_details

Headers

Name
Type
Description

Authorization*

String

Bearer {$secret-key}/{$api-key}

Content-Type*

String

application/json

Request Body

Name
Type
Description

policy_number*

String

The unique number that identifies the purchased insurance policy - IN98570819

Last updated

Was this helpful?