Callbacks

Callbacks are used by Any.Cash for sending order status finalization message to a URL passed in the method request

Transaction Completion Notification

This callback is intended to allow Any.Cash server to inform a user or tenant of the final status of a transaction (either Bill or Withdrawal). Any.Cash will send a notification to the user or tenant upon finalization of every Bill or Withdrawal.

A callback is an HTTP POST request sent to a URL passed in a method call.

Your application must implement the same authorization mechanism which is used to call Any.Cash API. Also, Any.Cash server uses the same headers as the ones used to call Any.Cash API, when we send a callback.

Types of callbacks

Order type
Callback payload

Last updated