Receive Webhook

Receive payment notification's via webhook.

VERIFICATION

Along with the payment notification payload we also send your Api key, so you can verify that the data being sent is from EmrraPay before you use the data.

PayLoad Example

{ 
  "status": "success",
  "message": "Data received successfully.",
  "transactionId": "TRX-123456",
  "transactionAmount": "5000",
  "transactionFee": "50",
  "settledAmount": "4950",
  "date": "2024-10-17",
  "senderAccountNumber": "00123456789",
  "senderAccountName": "John Doe",
  "senderBank": "Sample Bank",
  "receiver": "Jane Smith",
  "receiverAccountNumber": "00987654321"
}