Deduct Deposit and Split Fee

The available versions for this api are v1.0 and v2.0.

POST https://tokoapisnap-stg.netzme.com/api/{version}/merchant/payment-notif

ParameterData TypeDescription

referenceNo

String

Request Id

partnerReferenceNo

String

Customer Ref Number

amount

Object

Amount

value

String

Value Amount

currency

String

Currency amount

feeAmount

Object

Fee transaction

value

String

Value feeAmount

currency

String

Currency feeAmount

additionalInfo

Object

Additional info

custIdMerchant

String

Merchant ID

sku

String

sku

productName

String

Product name

paymentStatus

String

Payment status

payMethod

String

Payment method

bankName

String

Bank name

qty

String

Quantities

desc

String

Description

type

String

Request type

{
  "referenceNo": "bertina20240502154210004",
  "partnerReferenceNo": "bertina202405022222222204",
  "amount": {
    "value": "20000.00",
    "currency": "IDR"
  },
  "feeAmount": {
    "value": "10000",
    "currency": "IDR"
  },
  "additionalInfo": {
    "custIdMerchant": "M_11t8YAEM",
    "sku": "abc",
    "productName": "Test",
    "paymentStatus": "SUCCESS",
    "payMethod": "BANK_TRANSFER",
    "bankName": "BCA",
    "qty": "2",
    "desc": "beli 2 tiket",
    "type": "payment_notification_to_split_fee"
  }
}

Last updated