Skip to content
logo
  • Products
    • Amwal Checkout
    • Merchant App
    • Merchant Control Panel
  • Pricing
  • Developers
  • About us
  • Contact Us
Sign In
BA Booking

BA Booking

2
  • BA Booking overview
  • BA Booking Installation
amwalpay woocommerce

Woocommerce

2
  • Overview
  • Woocommerce Installation
CS-Cart

CS Cart

2
  • CS-Cart Overview
  • CS CART Installation
Shopify

Shopify

2
  • Shopify Overview
  • Shopify Installation
odoo

Odoo

2
  • Odoo Overview
  • Odoo Installation
whmcs

WHMCS

2
  • WHMCS Overview
  • WHMCS Installation
Magento

Magento

2
  • Magento 2 Overview
  • Magento Installation
Opencart

Opencart

2
  • OpenCart Overview
  • Opencart Installtion
ZenCart

ZenCart

2
  • ZenCart Overview
  • Zencart Installation
Drupal

Drupal

2
  • Drupal Overview
  • Drupal Installation
PrestaShop

PrestaShop

2
  • PrestaShop Overview
  • PrestaShop Installation
Contact Form 7

Contact Form 7

2
  • Contact Form 7 Overview
  • Contact Form 7 Installation
Joomla

Joomla

2
  • Joomla Overview
  • Joomla Installation
AMWAL INTEGRATED PAYMENT LINK

Integrated Payment Link

1
  • Implementation
Android SDk

Native Android SDK

2
  • Pre Requisites
  • Implementation
ios SDk

Native iOS SDK

3
  • Apple Pay Specific Configuration
  • Pre Requisites
  • Implementation
React SDk

React Native SDK

1
  • Implementation

Laravel Package

2
  • Installation
  • Configuration

Flutter SDK

2
  • Implementation
  • Flutter SDK Overview

SMARTBOX

3
  • Pre Requisites
  • Implementation
  • Acquiring Session Token

Merchant Cloud Notification

1
  • Merchant Cloud Notification Integration Guide

Secure Hash Calculation

1
  • Secure Hash Calculation
View Categories
  • Home
  • Developer | Amwalpay
  • Merchant Cloud Notification
  • Merchant Cloud Notification Integration Guide

Merchant Cloud Notification Integration Guide

Introduction #

APG Merchant Cloud Notification Service enables merchants to receive real-time transaction notifications as they occur.

To integrate APG Merchant Cloud Notification, merchants must create a RESTful web service based on the specifications defined in this document. Once implemented, merchants must provide the URL of the created web service within the Amwal Pay Platform. This URL will be used to send transaction notifications directly to the endpoint hosted by the merchant.


Purpose of Document #

This document outlines the technical specifications, request and response parameters, and implementation guidelines required to integrate with Merchant Cloud Notification.
It assists merchants in developing a RESTful web service that can receive real-time APG transaction notifications, ensuring seamless communication and timely transaction updates.


Integration Overview #

Merchants must implement a RESTful web service that:

  • Adheres to the request and response structure defined in this document.
  • Supports secure communication using HTTPS.
  • Can handle real-time transaction notifications sent by Amwal Pay.

Once implemented, merchants should:

  • Host the service on a reliable and secure server.
  • Provide the service URL within the APG Portal.

Technical Specifications #

Header #

ParameterRequirementValue
Content-TypeMandatoryapplication/json
Request TypeMandatoryPOST

Request Message Format #

Field NameMandatoryTypeConstraintsDescriptionSample Value
MerchantIdYesNumericMax length: 19The APG Merchant ID that executed the transaction74417
TerminalIdYesNumericMax length: 19The APG Terminal ID23556
AuthorizationDateTimeYesString14 charactersThe transaction execution date and time (yyyyMMddHHmmss)"20241205132435"
SecureHashYesStringMax length: 64A secure value generated from the merchant’s data and key3C0B51238933AB7A97504EFC43EF46AE37548CD8C91490D78192725FAC02E44D
DateTimeLocalTrxnYesString14 charactersThe local transaction date/time (yyyyMMddHHmmss)"20241205135532"
ResponseCodeNoStringβ€”The transaction response code"02"
TxnTypeYesStringβ€”Transaction type"Purchase"
PaidThroughNoStringOptionalSource of transaction"Card"
SystemReferenceYesStringβ€”The APG Transaction ID"bb618a47-45b3-458f-bf2f-c5dae8698bfa"
MessageYesStringβ€”Description of transaction status"Connectivity Error"
MerchantReferenceNoStringβ€”Merchant reference for the transactionβ€”
AmountYesNumeric1–9 digitsTransaction amount1000.0
CurrencyIdYesNumeric3 digitsISO 4217 numeric code (e.g., 512 for OMR)512

Request Example #

{
  "MerchantId": 0,
  "TerminalId": 0,
  "AuthorizationDateTime": "string",
  "DateTimeLocalTrxn": "string",
  "SecureHash": "string",
  "Message": "string",
  "TxnType": "string",
  "PaidThrough": "string",
  "SystemReference": "string",
  "Amount": 0,
  "CurrencyId": 0,
  "ResponseCode": "string",
  "MerchantReference": "string"
}

Response Example #

{
  "message": "success",
  "success": true
}

#

Updated on January 27, 2026

What are your Feelings

  • Happy
  • Normal
  • Sad

Share This Article :

  • Facebook
  • X
  • LinkedIn
  • Pinterest
Table of Contents
  • Introduction
    • Purpose of Document
    • Integration Overview
  • Technical Specifications
    • Header
    • Request Message Format
    • Request Example
    • Response Example

Secure. Seamless – Powering Payments for Every Business.

Sign Up
Support

4th Floor, Majan Tower Building
North Al Ghubrah, P.O. Box 233, P.C 118
Muscat, Sultanate of Oman

: support@amwal-pay.com

πŸ“ž : +96824121845

Resources
  • Developers
  • Careers
Company
  • About us
  • Contact Us
  • Contact Sales
  • Partners

2026 Β© AmwalPay. All Rights Reserved.

  • Terms & Conditions
  • Privacy Policy