---
title: "Retrieve payment retry rule"
method: GET
path: "/payment_retry_rules/{id}"
tags: ["Payment Retry Rules"]
---

# Retrieve payment retry rule

`GET /payment_retry_rules/{id}`

Retrieve the details of a payment retry rule.

## Path parameters

- `id` string, required

## Response `200`

200

- PaymentRetryRuleDetails
  - `id` string, uuid, required — The UUID of the payment retry rule.
  - `object` string, required — Type of the object, `payment_retry_rule`.
  - `name` string, required — The name of the payment retry rule.
  - `description` string, required — The description of the payment retry rule.
  - `retry_conditions` object, required — The conditions to retry a payment.
    - `payment_type` string, required — The type of payments to retry. See [existing payment types](https://docs.numeral.io/reference/payment-methods).
    - `payment_direction` string, required — The direction of payments to retry. See [existing payment directions](https://docs.numeral.io/reference/payment-methods).
    - `statuses` string[], required — The statuses of payments to retry. See [existing payment statuses](https://docs.numeral.io/reference/payment-order-lifecycle#statuses).
    - `reason_codes` string[], required — The return or reject reason codes of payments to retry. See [existing payment reason codes](https://docs.numeral.io/reference/sepa-reason-codes).
  - `retries` object[], required — The sequence of retries.
    - `retry_to_payment_type` string, required — The type of the payment retry. See [existing payment types](https://docs.numeral.io/reference/payment-methods).
    - `retry_after` string, required — The time interval before retrying a payment, expressed in alphanumeric shorthand (`30s` for 30 seconds, `15m` for 15 minutes, `1hr` for 1 hour, `7d` for 7 days, etc.).
  - `created_at` string, date-time, required — The UTC timestamp of the creation of the payment retry rule.

## Other responses

- `404` — The specified resource was not found.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/revisions/220f101cc2ef/schema)
