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_birthdob": "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",
            "level_of_account": "Level 2 - Medium Level Accounts",
            "lga_of_origin": "Owerri West",
            "lga_of_residence": "Ikeja",
            "marital_status": "Single",
            "nin": "77766492344",
            "name_on_card": "John Jane Doe",
            "nationality": "Nigeria",
            "residential_address": "34, Banjo Street, Ikeja, Lagos",
            "state_of_origin": "Imo State",
            "state_of_residence": "Lagos State",
            "title": "Mr",
            "watchlisted": "NO",
            "base64_image": "{{Base64Image}}"
        }
    }
}

...

Code Block
{
    "status": "Successful",
    "message": "Operation was successful",
    "data": {
    	"provider_responde_code":"00",
    	"provider": "Polaris",
        "errors": null,
        "error": null,
        "provider_response": {
	        "bvn": "22333055555",
            "first_name": "John",
            "middle_name": "Jane",
            "last_name": "Doe",
            "date_of_birthdob": "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",
            "level_of_account": "Level 2 - Medium Level Accounts",
            "lga_of_origin": "Owerri West",
            "lga_of_residence": "Ikeja",
            "marital_status": "Single",
            "nin": "77766492344",
            "name_on_card": "John Jane Doe",
            "nationality": "Nigeria",
            "residential_address": "34, Banjo Street, Ikeja, Lagos",
            "state_of_origin": "Imo State",
            "state_of_residence": "Lagos State",
            "title": "Mr",
            "watchlisted": "NO",
            "base64_image": "{{Base64Image}}"
        }
    }
}

...