Versions Compared

Key

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

...

Create Wallet Request

Code Block
languagejson
{
    "walletReference":"ref1684248425966",
    "walletName":"Staging Wallet - ref1684248425966",
    "customerName": "John Doe",
    "bvnDetails": {
    "bvn": "22222222226",
    "bvnDateOfBirth": "1993-10-03" 
    },
    "customerEmail": "smekiliuwa@moniepoint.com"
}

Create Wallet Response

Code Block
languagejson
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "walletName": "Staging Wallet - ref1684331663572",
        "walletReference": "ref1684331663572",
        "customerName": "John Doe",
        "customerEmail": "smekiliuwa@moniepoint.com",
        "bvnDetails": {
            "bvn": "22222222226",
            "bvnDateOfBirth": "1993-10-03"
        },
        "accountNumber": "6000000352",
        "accountName": "John Doe",
        "topUpAccountDetails": {
            "accountNumber": "8000195479",
            "accountName": "John Doe",
            "bankCode": "50515",
            "bankName": "Moniepoint MFB"
        }
    }
}

...