Event Notification
Last updated
Was this helpful?
Last updated
Was this helpful?
This is the API that should be created by platform to receive notifications from NeoX including created virtual accounts and transaction events.
URL: Webhook URL
Secret key: Use to verify data from NeoX
Authorization type: No Auth or Basic Auth
Type: ACCOUNT | TRANSACTION | TRANSACTION_STATUS
"Code" and "Group id" are $and conditions
001
GR01
001
empty
empty
GR01
empty
empty
NeoX will send a POST request to configured URL whenever there is an event happen.
Notification of collection transaction happened
Notification of virtual accounts created
Notification when transaction (reconcile) status changed
Notification when refund request status changed
Notification when withdraw request status changed
Code: Optional, mapping to "serviceInfomation.code" in creating a request. If you fill in the "Code", the URL will be received transaction notifications of that virtual accounts having the same "Code".
Group id: Optional, mapping to "serviceInfomation.groupId" in creating a request. If you fill in the "Group id", the URL will be received transaction notifications of that virtual accounts having the same "Group id".
For example, merchant create a with "serviceInfomation.code" = "001" and "serviceInfomation.groupId" = "GR01". There are four configuration ways to receive the transaction notifications:
View event object data of type "TRANSACTION". .
View event object data of type "ACCOUNT". .
View event object data of type "TRANSACTION_STATUS". .
View event object data of type "REFUND". .
View event object data of type "PAYOUT". .