X-Pay Merchant Public Api
  1. XPayMerchant Public API
X-Pay Merchant Public Api
  • Payments
    • Introduction to the X-Pay API
    • Integration Guide - Quick Start
    • Integration Guide - Payments
    • X-Pay WooCommerce
    • X-Pay Flutter Plugin
    • .NET SDK
  • XPayMerchant Public API
    • Get Token Sandbox
      POST
    • Get Token Production
      POST
    • Get Currencies
      GET
    • Get Banks
      GET
    • Get Payment intervals
      GET
    • Payment Calculator
      POST
    • Test Webhook Sandbox
      POST
    • Test Webhook Production
      POST
    • Pay Visa Sandbox
      POST
    • Pay Visa Production
      POST
    • Pay Mastercard Sandbox
      POST
    • Pay Mastercard Production
      POST
    • Pay Mastercard Sandbox Bulk
      POST
    • Pay Mastercard Production Bulk
      POST
    • Pay Visa Sandbox Bulk
      POST
    • Pay Visa Production Bulk
      POST
    • Payment Status Visa Sandbox
      GET
    • Payment Status MasterCard Sandbox
      GET
    • Payment Status Visa Production
      GET
    • Payment Status Mastercard Production
      GET
    • Generate Payment Token Sandbox
      POST
    • Generate Payment Token Production
      POST
    • Card Token Payment Sandbox
      POST
    • Card Token Payment Production
      POST
    • Delete Card Token Sandbox
      DELETE
    • Fast Checkout
      POST
    • Fast Checkout Sandbox
      POST
  1. XPayMerchant Public API

Test Webhook Production

POST
/init/customerWebhookTester

Request

Body Params application/json

Examples

Responses

🟢200Test Webhook Production
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/init/customerWebhookTester' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "https://campsilwane.org/payment_processing_result.php",
    "webHookType": "TRANSACTIONS"
}'
Response Response Example
{
    "status": "Paid",
    "description": "Renewal of Taxes Neymar",
    "paymentCurrency": "USD",
    "paymentAmount": 10.0,
    "paymentCharges": 0.05,
    "paymentReference": "Webhook0001",
    "paymentMethod": "WalletMoney",
    "paymentDate": "2024-11-13T12:07:24.157+00:00"
}
Modified at 2025-11-17 18:54:15
Previous
Test Webhook Sandbox
Next
Pay Visa Sandbox
Built with