Payout info

Redoc: Payout info.

Endpoint

GET /api/v1/paymentgate/payout/info/

Description

Get full payout info.

Query Parameters

Parameter Type Required Description
endpoint string <uuid> F Endpoint API Key
tx string <uuid> T Transaction id

Response

200 OK

{
  "tx": {
    "tx": "f17d7f5c-6b4a-47fd-95eb-08086e250473",
    "payout": {
      "amount": 100,
      "currency": {
        "id": 0,
        "title": "Ethereum",
        "char_code": "ETH",
        "num_code": 123
      },
      "description": "string",
      "status": "create",
      "test_mode": true,
      "client_id": "string",
      "created_at": "2024-09-27T11:56:32Z",
      "complete_date": "2024-09-27T11:56:32Z",
      "means_of_payment": {
        "mop_type": {
          "id": 100,
          "name": "string",
          "code": "string"
        },
        "number": "string",
        "detail": {
          "property1": null,
          "property2": null
        }
      },
      "moderated": true,
      "means_of_payment_type": {
        "id": 100,
        "name": "string",
        "code": "string"
      },
      "language": {
        "id": 100,
        "name": "string",
        "code": "string"
      },
      "merchant_fee_amount": 0
    },
    "status": "create",
    "currency": {
      "id": 0,
      "title": "Ethereum",
      "char_code": "ETH",
      "num_code": 123
    },
    "amount": 100,
    "created_at": "2024-09-27T11:56:32Z",
    "additional_data": {
      "property1": null,
      "property2": null
    },
    "endpoint_logo": "string"
  }
}