Features
Refunds
Tokenization
Recurring Payments
GET/cashouts-api/api/v1/cashouts/{id}

Obtener un Cashout por su ID

id

string
required

Identificador único del cashout

example

Responses

200

200

{
  "id": "example_string",
  "client_id": "example_string",
  "totals": {
    "currency": "example_string",
    "amount": 123,
    "discounts": [
      {
        "currency": "example_string",
        "amount": 123,
        "discount_reason": "example_string"
      }
    ]
  },
  "created_at": "example_string",
  "updated_at": "example_string",
  "status": "example_string",
  "transfers": [
    {
      "id": "example_string",
      "cashout_method": {
        "id": "example_string",
        "client_id": "example_string",
        "type": "example_string",
        "account_type": "example_string",
        "account_number": "example_string",
        "bank_name": "example_string",
        "account_holder": "example_string",
        "extra_data": "example_string",
        "country": "example_string",
        "created_at": "example_string",
        "updated_at": "example_string"
      },
      "attachments": [
        {
          "id": "example_string",
          "file_name": "example_string"
        }
      ],
      "amount": 123,
      "currency": "example_string",
      "comment": "example_string",
      "reference_id": "example_string"
    }
  ]
}
Log in to use your API keys with Try It!
REQUEST
123