Djamo · AsyncAPI Specification
Djamo Business API Webhooks
Version v1
Server-to-server webhook events emitted by the Djamo Business API for transaction lifecycle and charge status changes. Each delivery is signed with an HMAC-SHA256 signature (base64) in the `x-djamo-hmac-sha256` header, computed over the raw request body using the partner SECRET_KEY.
View Spec
View on GitHub
CompanyFinancial ServicesFintechPaymentsBankingMoney TransferAfricaCôte d'IvoireSénégalAsyncAPIWebhooksEvents
Channels
transactionsStarted
transactionsCompleted
transactionsFailed
chargeEvents
Messages
transactionStarted
Transaction started
A transaction request has been received and queued.
transactionCompleted
Transaction completed
The transaction has been successfully executed.
transactionFailed
Transaction failed
The transaction failed to execute.
chargeEvents
Charge status updated
The status of a charge was updated.