Webhook

Configure the webhook to receive the IPN

  • Enable Use APIs

  • Fill in the URL to receive notifications for changes in credit limit

  • Fill in the Secret Key

Sequence Diagram

Response Data

Parameter
Data Type
Description

service

String

DISBURSEMENT

type

String

TRANSACTION

data

Object

Data response, refer to DisbursementTransactionItem

time

String

The time of the event.

secureHash

String

(Base64)

Use SHA256 to hash the above parameters (sort the key by Alphabet order) + Secret Key (configured on Merchant Portal, in the “Disbursement service” menu)

Sample data

With the secretKey "123", the string used to create secureHash will be:

Last updated

Was this helpful?