Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This notification is sent when a merchant is settled. It is sent to the merchant's notification endpoint.

Settlement Notification Object

Code Block
languagejson
{
	"settlementReference": "JDFHKHDLSJD",
	"amount": 100000.00,
	"destinationAccountNumber": "0802139801",
	"destinationAccountName": "MERCHANT LIMITED",
	"destinationBankCode": "058",
	"destinationBankName": "GTBANK",
	"settlementTime": "20/09/2019 11:35:21",
	"transactionsCount": 1
}

...