Works !!!



Example 1: Send to merchant system message

            {
                "App": "Merchant",
                "SendBy": "Push",
                "Type": "FreeText",
                "To": "651316066129",
                "ToType": "UserLogin",
                "Header": "firebase notification 2",
                "Body": "firebase says hello to you!",
                "Parameters": null,
                "Signature": "eaff261ffe0c48f20e423933199ef7e9"       
            }

    

Example 2: Send to customer system message

            {
                "App": "Customer",
                "SendBy": "Push",
                "Type": "FreeText",
                "To": "651316066129",
                "ToType": "UserLogin",
                "Header": "Firebase notification Free text",
                "Body": "Firebase says hello to you!",
                "Parameters": null,
                "Signature": "eaff261ffe0c48f20e423933199ef7e9"              
            }

    

Example 3: Send to customer a OTP message with parameters

            {
                "App": "Customer",
                "SendBy": "Push",
                "Type": "otp",
                "To": "651316066129",
                "ToType": "UserLogin",
                "Header": "TEMPLATE_OTP",
                "Body": "TEMPLATE_OTP",
                "Parameters":  {
                                "Card": "**** 4567",
                                "Amount": "125.49",
                                "Currency": "TRY",
                                "OTP": "268324",
                                "MerchantName": 
                                "www.paypointcyprus.com/otp" 
                                },
                "Signature": "eaff261ffe0c48f20e423933199ef7e9"              
            }

    

Example 4: Send to customer a transaction message with parameters

            {
                "App": "Customer",
                "SendBy": "Push",
                "Type": "TransactionCodeTemplate",
                "To": "30268875",
                "ToType": "UserLogin",
                "Header": "TEMPLATE_TRANSACTION",
                "Body": "TEMPLATE_TRANSACTION",
                "Parameters":  {
                                "Card": "5525 45** **** 4567",
                                "TIME": "08 octb 2023 16:12",
                                "Amount": "120.45",
                                "Currency": "MDL",
                                "MerchantName": "SRL PRUNE-VERDE city Chisinau"
                                },
                "Signature": "eaff261ffe0c48f20e423933199ef7e9"              
            }