callback notification demo
Obsolete
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request GET '/webhook/callback-event?signatureAlgorithm='
Responses
application/json {
"eventId": "ET1000001",
"eventType": "FundsInOrder",
"event": "FundsInCompleted",
"referenceId": "OF230023100221",
"description": "deposit test"
}
Modified at 2024-02-22 07:07:12