Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
    "status": "Successful",
    "message": "Transaction processed successfully",
    "data": {
        "provider_response_code": "00",
        "provider": "Beeceptor",
        "errors": null,
        "error": null,
        "provider_response": {
            "bvn": "22333055555",
            "first_name": "John",
            "middle_name": "Jane",
            "last_name": "Doe",
            "date_of_birth": "09-Dec-1990",
            "phone_number_1": "07037608648",
            "phone_number_2": "",
            "registration_date": "12-Sep-2015",
            "enrollment_bank": "011",
            "enrollment_branch": "MATORI",
            "email": "john.doe@gmail.com",
            "gender": "Male",
        }
    }
}

Request (validate with otp)

...

Code Block
{
    "status": "Successful",
    "message": "Operation was successful",
    "data": {
    	"provider_responde_code":"00",
    	"provider": "Polaris",
        "errors": null,
        "error": null,
        "provider_response": {
	        "bvn": "2221123456122333055555",
	            "first_name": "BOYEBESTJohn",
    	        "middle_name": "ADEOYEJane",
	            "last_name": "ISRAELDoe",
    	        "enrollmentdate_of_bankbirth": null"09-Dec-1990",
            "dobphone_number_1": "21-Mar-198107037608648",
            "registrationphone_number_date2": "18-Mar-2015",
            "enrolmentregistration_branchdate": null"12-Sep-2015",
            "emailenrollment_bank": "boyebest@yahoo.com011",
			"gender": "Male",
			"level_of_account": "Level 2 - Medium Level Accounts",
			"lga_of_origin
            "enrollment_branch": "OlorundaMATORI",
			"lga_of_residence": "Ido",
			"marital_status": "Married",
			"nin": "*",
			"name_on_card": "Boyebest Adeoye Israel",
			"nationality": "Nigeria",
			"phone_number1": "08073123456",
			"phone_number2": "08158498992",
			"residential_address": "1, Boyebest Lane, Oko Awo",
			"state_of_origin": "Osun State",
			"state_of_residence": "Oyo State",
			"watch_listed": "NO",
			"base64_image": "/9j/4AAQSkZJRgABAgAAAQABAAD/==",
			"response_code": "00",
			"response_message": "Success",
			"user_message": "Success            "email": "john.doe@gmail.com",
            "gender": "Male"
        }
    }
}

Request (Validate)

...