---
title: "Get payout method by ID"
method: GET
path: "/config/payout_methods/{payout_method_id}"
tags: ["Payout method"]
---

# Get payout method by ID

`GET /config/payout_methods/{payout_method_id}`

Returns a payout method by its ID.

## Response `200`

Successfully returned Payout method

- PayoutMethodResponse — Represents a request to create and update a payout method record.
  - `payout_method_id` string, uuid — Unique identifier of a payout method.
  - `payout_method` string — Unique string to identify the payout method.
  - `description` string — User defined description of a payout method.
  - `is_default` boolean — Flag to set this payout method as the default payout method.
  - `payout_method_category` 'REAL_TIME_GROSS_SETTLEMENT_SYSTEM' | 'REAL_TIME_NET_SETTLEMENT_SYSTEM' | 'MASS_NET_PAYMENT_SYSTEM' | 'BOOK_TRANSFER' | 'CASH_PAYOUT' | 'WALLET_PAYMENT' | 'OTHER' — Category of the payout method. Defaults to <code>OTHER</code> if not specified.
  - `estimated_time_to_credit` object — The estimated time to credit the beneficiary using this payout method.
    - `time_value` integer, required — The amount of estimated time to credit.
    - `time_unit` 'SECONDS' | 'MINUTES' | 'HOURS' | 'DAYS', required — Unit of the estimated time to credit: <code>SECONDS</code>, <code>MINUTES</code>, <code>HOURS</code>, <code>DAYS</code>.

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/revisions/7843f07ca150/schema)
