AniPay Integration

Secure service for real-time payment processing via Instant Payment Systems (IPS).

Test Environment:

https://dev-ips.msolution.az/ips-integration

Authentication:

Workflow:

  1. Token Generation - Authenticate and receive Bearer token
  2. Execute Transfer between accounts
  3. Check Transaction Status

API Endpoints

1. Authentication

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