Upgrade Account Notification

POST /v1.0/snap/account/upgrade/notify

ParameterData TypeDescription

originalReferenceNo

String

motherMaidenName

String

status

String

custId

String

additionalInfo

Object

type

String

upgrade_account

identificationCardImageUrl

String

selfieImageUrl

String

rejectReasons

List<String>

required if status = 'rejected'

benefits

List<String>

required if status = 'approved'

Request Body

{
    "originalReferenceNo": "3d717e9f-6378-4d38-97e4-a617996bc22c",
    "custId": "G7tKXzoD",
    "motherMaidenName": "WAAASAAWA",
    "status": "approved",
    "additionalInfo": {
        "type": "upgrade_account",
        "identificationCardImageUrl": "https://res.cloudinary.com/netzme/image/authenticated/s--ILKGcPmn--/v1627373165/cdd/open_api_netzme.jpg",
        "selfieImageUrl": "https://res.cloudinary.com/netzme/image/authenticated/s--3dPbkrGN--/v1627359572/cdd/qris.png",
        "benefits": [
            "Sekarang kamu bisa transfer saldo Netzme kamu ke rekening bank manapun.",
            "Sekarang kamu bisa isi saldo Netzme sampai Rp 10 juta.",
            "Kamu bisa beli pulsa dengan harga lebih murah."
        ]
    }
}

Last updated