APIs that enable clients to securely perform payment operations.
Base URL: https://dev-payment.msolution.az/eComIntegration
Authentication:
Workflow:

POST /api/v1/auth/authenticate{
"userName": "your-user-name",
"password": "your-password"
}
| Field | Required | Type | Description |
|---|---|---|---|
| userName | โ | string | Username assigned to client after contract signing |
| password | โ | string | Password assigned to client after contract signing |
{
"access_token": "eyJhbGciOiJIUzI1NiJ9..."
}
| Field | Type | Description |
|---|---|---|
| access_token | string | JWT token for authorizing further requests |