Introduction

1. Introduction

1.1 Purpose:

This documentation provides a comprehensive guide to the merchant integration of MonayXPay Payment Gateway, helping merchants understand its features and functionalities.

1.2 Scope:

The documentation covers all aspects of the payment gateway integration, including authentication, transaction initiation, and completion through various channels.

2. Getting Started

2.1 System Requirements:

To ensure optimal performance, use the latest version of popular browsers such as Chrome, Firefox, Safari, or Edge. A stable internet connection is required.

Payment Service Login

POST /api/account

Login to the Payment Service

Body

{
  "clientId": "tes0000602",
  "clientSecret": "e3837a31-9fc1-4afe-b356-6939131071ee"
}

Response

Last updated