A-Mobile
Transfer via A-Mobile (mobile number).
| Country | Russia |
|---|---|
| Currency | RUB (Russian ruble) |
| Method type | amobile |
| Direction | Pay-in |
| Integration type | Widget/H2H |
| Transfer type | Transfer via A-Mobile |
| Account number format | mobile number |
| Limits | 1 000 - 180 000 RUB |
Create Pay-in (API request):
Integration type: Widget/H2H
HTTP Method: POST
Endpoint: /deals/payin
{
"amount": 1000, // Payment amount
"currency": "RUB", // Currency
"invoiceId": "invoiceID", // Unique invoice identifier on the merchant side
"clientId": "clientID", // Unique client identifier on the merchant side
"type": "amobile", // Method type
"clientCard": "payer's bank card/phone", // Optional: payer's bank card mask or mobile number
"clientName": "payer's full name", // Optional: payer's full name
"successUrl": "https://example.com/success", // Optional (widget): URL for redirect on successful payment
"failUrl": "https://example.com/fail", // Optional (widget): URL for redirect on failed payment
"backUrl": "https://example.com/back", // Optional (widget): URL for return without completing payment
"lang": "RU" // Optional (widget): localization
}Updated 5 months ago
