Payment Bill Notification

Parameter

Data Type

Description

type

String

payment_bill

billId

String

source

String

description

String

status

String

transactionId

String

refId

String

balance

String

ex: "IDR 100000.00"

errorCode

String

errorMessage

String

{
 "userId": "TImdVCFo",
  "amount": "IDR 5000.00",  
  "type": "payment_bill",
  "billId": "21bb73fd-e624-4e2c-b5a0-188ca66fe222",
  "source": "xplorin",
  "description": "tiket kebun raya",
  "status": "1",
  "transactionId": "586b4a69-31fe-458d-bcc0-e297e509c8a6",
  "refId": "363a01be-7de1-4a54-a694-7e858306664a",
  "balance": "IDR 1299991.00"
}

Last updated