Integration Guide
Steps to register a customer on Maplerad.
Prerequisites
To get started, please ensure to:
- Sign up on the Maplerad Dashboard ➡
 .
- Complete your KYB (know your business) and get your secret key.
Tier 0
Reference : Create a Customer (Tier 0)
{
    "first_name": "Test",
    "last_name": "Customer",
    "email": "[email protected]",
    "country": "NG"
}Tier 1
Reference : Upgrade Customer (Tier 1)
{
    "customer_id": "42649071-ec92-45f0-af54-83a611ed5653",
    "dob": "20-01-1958", 
    "identification_number": "23342344", 
    "phone": {
        "phone_country_code": "+234",
        "phone_number": "8000000000"
    },
    "address": {
        "street": "66 Banana Island",
        "street2": null,
        "city": "Ikoyi",
        "state": "Lagos",
        "country": "NG",
        "postal_code": "100234"
    },
    "photo": "https://res.cloudinary.com/oinwiovninvw"
}Tier 2
Reference : Upgrade Customer (Tier 2)
{
    "customer_id": "42649071-ec92-45f0-af54-83a611ed5653",
    "identity": {
        "type": "NIN", 
        "number": "123456789", 
        "image": "https://maplerad.com",
        "country": "NG"
    },
     "photo": "https://res.cloudinary.com/oinwiovninvw"
}Updated about 1 month ago
