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. Toko Netzme

Payment Success Callback (Invoice)

POST https://tokoapisnap-stg.netzme.com/api/v1.0/snap/invoice/notif

Parameter
Data Type
Description

originalReferenceNo

String

Invoice Id

originalPartnerReferenceNo

String

Invoice transaction id

latestTransactionStatus

String

Status transaction

transactionStatusDesc

String

Description status transaction

amount

Object

gross amount

value

String

Value Amount

currency

String

Currency amount

netAmount

Object

Nett amount

value

String

value of netAmount

currency

String

currencyof netAmount

feeAmount

Object

Admin fee

value

String

Value of feeAmount

currency

String

Currency of fee

additionalInfo

Object

Additional info

custIdMerchant

String

Merchant Id

bankCode

String

Bank code

paymentTime

String

Timestamp

paymentMethod

String

"BANK_TRANSFER", "NETZME", "BCA", "QRIS" or "RETAIL_OUTLET"

paymentChannel

String

Payment channel

transactionId

String

invoice transaction id

qrDetail

Object

Detail of QR (Qris Invoice Only)

buyerUserId

String

Buyer Id

buyerFullname

String

Full Name

merchantFee

Object

Fee merchant

issuerName

String

Issuer name

acquirerName

String

Aquire name

customerPan

String

CUstomer pan

merchantPan

String

Merchant Pan

merchantName

String

merchant name

merchantLocation

String

Merchant location

terminalId

String

Terminal id

referenceId

String

Ref Id

invoiceId

String

Invoice ID

rrn

String

RRN

localTrasactionDate

Int

Transaction date with format YYYYMMDD, Example : 20240422

issuerId

String

Issuer ID

isSplitFee

bool

Are admin fees shared?

spiltFees

Array

Details of admin fee sharing (if any)

Parameter
Data Type
Description

responseCode

String

(HTTP status code + service code + case code)

responseMessage

String

description of response_code

originalPartnerReferenceNo

String

originalPartnerReferenceNo from request

originalReferenceNo

String

originalReferenceNo from request

Response

{
  "responseCode": "2000000",
  "responseMessage": "Successful",
  "additionalInfo": {
    "originalPartnerReferenceNo": "originalPartnerReferenceNo_from_request",
    "originalReferenceNo": "originalReferenceNo_from_request"
  }
}
HEADERS
VALUE

x-callback-token

token from Netzme

Content-Type

application/json

curl --location --request POST 'localhost:9009/v1.0/snap/invoice/notif' \
--header 'Content-Type: application/json' \
--header 'x-callback-token: wPdsP4e3kXcXwZoogNulEanpDyNuO6cKLI8URGtdMTs=' \
--data-raw '{
  "originalReferenceNo": "1dd2d046a86c4058b4b7365e466b66f4",
  "originalPartnerReferenceNo": "PartnerBankS-12591418",
  "latestTransactionStatus": "00",
  "transactionStatusDesc": "Success",
  "amount": {
    "value": "10002.00",
    "currency": "IDR"
  },
  "netAmount": {
    "value": "10002.00",
    "currency": "IDR"
  },
  "feeAmount": {
    "value": "0.00",
    "currency": "IDR"
  },
  "additionalInfo": {
    "custIdMerchant": "M_TB1NMLig",
    "paymentTime": "2024-04-22T10:54:57.097+07:00",
    "paymentMethod": "QRIS",
    "qrDetail": {
      "amount": "IDR 10002.00",
      "netAmount": "IDR 10002.00",
      "issuerName": "Netzme",
      "issuerId": "93600814",
      "terminalId": "A01",
      "buyerUserId": "9360081456202571",
      "customerPan": "9360081456202571",
      "merchantFee": "IDR 0.00",
      "merchantPan": "936008140100000184",
      "referenceId": "4812598057952024042293600814",
      "acquirerName": "Netzme",
      "merchantName": "Toko Bu Inem             ",
      "buyerFullname": "Testing 2023__________________",
      "transactionId": "24042210547661292634",
      "merchantLocation": "SIMEULUE"
    },
    "invoiceId": "NETZ-INV-M_TB1NMLig1713757685199HxZ",
    "rrn": "481259805795",
    "localTrasactionDate": 20240422,
    "issuerId": "93600814"
  },
  "isSplitfee": false,
  "splitFees": []
}'

Netzme Seamless callback

curl --location --request POST 'localhost:9009/v1.0/snap/invoice/notif' \
--header 'Content-Type: application/json' \
--header 'x-callback-token: wPdsP4e3kXcXwZoogNulEanpDyNuO6cKLI8URGtdMTs=' \
--data-raw '{
  "originalReferenceNo": "9b85206c-1c99-4518-b06a-900f547619c8",
  "originalPartnerReferenceNo": "partnerrefme68",
  "latestTransactionStatus": "00",
  "transactionStatusDesc": "Success",
  "amount": {
    "value": "5001.00",
    "currency": "IDR"
  },
  "netAmount": {
    "value": "5001.00",
    "currency": "IDR"
  },
  "feeAmount": {
    "value": "0.00",
    "currency": "IDR"
  },
  "additionalInfo": {
    "custIdMerchant": "M_QLjyEqWF",
    "paymentTime": "2023-10-31T14:48:25.632+07:00",
    "paymentMethod": "NETZME_SEAMLESS",
    "invoiceId": "NETZ-INV-M_Rp2uoK4R1698738492427sUW"
  }
}'

PreviousGet Invoice TransactionNextPayment Success Callback (QRIS Non Invoice )

Last updated 10 months ago