Versions Compared

Key

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

...

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

...

Code Block
languagejson
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "walletName": "Staging Wallet - ref1700656718516ref1684248425966",
        "walletReference": "ref1700656718516ref1684248425966",
        "customerName": "Test01-John Doe",
        "customerEmail": "smekiliuwa@moniepointtest@tester.com",
        "feeBearer": "CUSTOM",
        "feeSourceAccountNumber": "8016472829",
        "bvnDetails": {
            "bvn": "22222222226",
            "bvnDateOfBirth": "1993-10-03"
        },
        "accountNumber": "8048865560",
        "accountName": "Test01-John Doe",
        "topUpAccountDetails": {
            "accountNumber": "0437959204",
            "accountName": "Test01-John Doe",
            "bankCode": "50515",
            "bankName": "Moniepoint MFB"
        }
    }
}

...