Merchant profile

GET /api/merchant

Headers

Name
Value
Description

Content-Type

application/json

CLIENT

client_key

The unique identifier for the client.

SECRET

generated_secret

The expected secret generated using your client key and secret key.

Response

{
    "name": "Mehtic Technology",
    "email": "[email protected]",
    "username": "mehticpay",
    "webhook": null,
    "kyc": {
        "cac_number": "rc1234567890",
        "cac_document": "http://mehticpay.com/test_link.jpg",
        "other_document": null
    },
    "directors": [
        {
            "first_name": "John",
            "last_name": "Doe",
            "bvn": "12345678901",
            "identity_type": "nin",
            "identity_number": "12345678901",
            "identity": "http://mehticpay.com/test_link.jpg"
        }
    ]
}

Last updated