Payout info by endpoint id
GET api/v2/paygate/payout/info/client/
Get full payout info by id in endpoint (client_id)
Query parameters
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
| endpoint | string |
Yes | Endpoint Api key | "1dc4441f-38d5-42b5-a705-81958f928462" |
| client_id | string |
Yes | Transaction id at the endpoint | "f17d7f5c-6b4a-47fd-95eb-08086e250473" |
Response sample
STATUS 200
[
{
"tx": "f17d7f5c-6b4a-47fd-95eb-08086e250473",
"payout": {},
"status": "create",
"currency": {
"id": 0,
"title": "Euro",
"char_code": "EUR",
"num_code": 978
},
"amount": 1000,
"created_at": "2000-01-01T00:00:00Z",
"errors": {},
"parts_tx": [],
"additional_data": {},
"endpoint_logo": "string"
}
]