Skip to content

The API transaction notification is a powerful tool that keeps your system updated about the status of transactions processed through the API.

Example success Notification
{
	"reference": "30836586081",
	"transaction_id": "8URTMQJOW12VWM5",
	"payment_method": "MobileMoney",
	"payout_amount": 2000,
	"payout_currency": "XOF",
	"payout_country": "CI",
	"sending_currency": "XOF",
	"sending_amount": "2000",
	"sending_fee_amount": "1000",
	"exchange_rate": "1",
	"sender_reference": "C6CA6EDECE",
	"receiver_reference": "7978976A0A",
	"status": "SUCCESS",
	"comment": "Done with success"
}