Secure service for real-time payment processing via Instant Payment Systems (IPS).
Test Environment:
https://dev-ips.msolution.az/ips-integration
Authentication:
Authorization: Bearer <token>Workflow:
Endpoint: POST /api/v1/auth/authenticate
Description : This endpoint is used to retrieve a Bearer token for further AniPay operations.
Request Body
{
"userName": "your-user-name",
"password": "your-password"
}
| Field | Type | Required | Description |
|---|---|---|---|
| userName | string | yes | User’s login |
| password | string | yes | User’s password |
Success response