Netzme vSNAP
  • Introducing
  • Getting Started
  • API Reference
    • Toko Netzme
      • Credentials & Signature
      • Authentication
      • Create pin
      • Forgot pin
      • Get Balance Detail
      • Get Transaction List
      • Get Merchant Detail
      • Withdraw Inquiry
      • Get Information Withdraw
      • Get QRIS Acquire Transaction
      • Create Invoice
      • Create Invoice Transaction
      • Create Invoice QR MPM
      • Get Invoice Transaction
      • Payment Success Callback (Invoice)
      • Payment Success Callback (QRIS Non Invoice )
      • Payment Success Callback V2
        • Payment Success Callback QRIS
        • SNAP Payment Success Callback QRIS
      • Withdraw Status Notification
      • Deduct Deposit and Split Fee
      • Deposit
        • Create Invoice Transaction Topup Deposit
        • Inquiry Withdraw Deposit
        • Withdraw Deposit
        • Get Information Withdraw Deposit
        • Get Deposit Transaction
        • Get Balance Deposit
      • Withdraw Process
      • SNAP Asymmetric Signature
    • Netzme
      • Connect to Netzme
      • Credentials & Signature
      • Authentication
      • Get Account Status
      • Get Balance
      • Get History
      • Get Fixed Topup VA
      • Get Detail Qris
        • QRIS Static
        • QRIS Static With Amount & Percentage Fee
        • QRIS Dynamic
        • QRIS Dynamic with Fee
      • QRIS Payment
      • QRIS Payment Notification
      • Payment Bill
      • Payment Bill Notification
      • Payment Netzme Seamless
      • Upgrade Account Notification
      • Upgrade Account
Powered by GitBook
On this page
  1. API Reference
  2. Netzme

Upgrade Account Notification

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

Parameter
Data Type
Description

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."
        ]
    }
}

responseCode

String

(HTTP status code + service code + case code)

responseMessage

String

Description of responseCode

originalReferenceNo

String

originalReferenceNo from request

Response Body

{
    "responseCode": "2000000",
    "responseMessage": "Successful",
    "originalReferenceNo": "6972a819-3b39-11ed-8497-00ff4cecd6c7"
}
Header
Value

x-callback-token

Content-Type

application/json

curl --location --request POST \
  http://127.0.0.1:8081/v1.0/snap/account/upgrade/notify \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'x-callback-token: Z3kwaFV5bTZnSTNjSmhlNDhDa2d0UjRORk1abW5NSmVZbTJpbldtbFhUczlnWVBXbG9xdU1mS2d4cWxwUkhJVEcycWx5d0lLRmxsNW8yYURKQlc4YVJYNzE3c0lqVXk1a0Rxdg==' \
--data-raw '{
  "originalReferenceNo": "eb92875c-427a-4d38-bd5c-5bc944290f1e",
  "custId": "ZyujTkS7",
  "motherMaidenName": "Ani suryana",
  "additionalInfo": {
    "type": "cdd",
    "identificationCardImageUrl": "https://res.cloudinary.com/netzme/image/authenticated/s--S6MmkUUO--/v1625046705/cdd/JPEG_IDCARD_1795071245094943718.jpg",
    "selfieImageUrl": "https://res.cloudinary.com/netzme/image/authenticated/s--UVF2SyRV--/v1625046709/cdd/JPEG_SELFIE_3886784191751382840.jpg",
    "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."
    ],
    "status": "approved"
  }
}'
PreviousPayment Netzme SeamlessNextUpgrade Account

Last updated 1 year ago

Your Netzme unique callback token to verify the origin of the callback, seen on the page

credentials