The DBS Callback is an automated mechanism to notify partners about specific transactions conducted in their current accounts or services related to the issuance of bankslips. This service ensures that partners are informed in real time about financial operations, enabling efficient and responsive management of their financial activities.
Each callback message is formatted in JSON, including a header with general transaction information and a body detailing specific transaction elements.
To assist in the development and testing of the callback integration without impacting production systems, we recommend using tools like WebHook.site. This tool allows for simulating the receipt of messages in a controlled environment, facilitating verification and adjustments in the integration process.Access WebHook.site for simulation
It is recommended that the endpoint configured to receive callbacks primarily functions as a repository, minimizing processing at the time of receipt to avoid delays. Implementing complex processes during callback receipt can result in timeouts and communication failures, compromising system efficiency. Opt to process received messages asynchronously to improve performance and reliability of your callback system.