Info on available providers for payments
GET api/v2/paygate/payment/gates/
Get info on available providers for payments with balances
Query parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| endpoint | string |
Yes | Endpoint Api key | "1dc4441f-38d5-42b5-a705-81958f928462" |
Response sample
STATUS 200
[
{
"id": 100,
"balances": [
{
"id": 100,
"name": "string",
"balance": 1000,
"currency": {
"id": 0,
"title": "Euro",
"char_code": "EUR",
"num_code": 978
},
"rolling_reserve_balance_id": 100
}
]
}
]