---
title: "Creates or updates a payment retry configuration"
method: POST
path: "/payments/retry/config"
tags: ["Payments"]
---

# Creates or updates a payment retry configuration

`POST /payments/retry/config`

Creates or updates a payment retry configuration for the tenant

## Request body

- PaymentRetryConfigInput
  - `groupingId` string
  - `policy` PaymentRetryPolicy, required
    - `version` integer
    - `totalAttempts` integer
    - `type` 'INTERVAL_BASED', required

## Response `200`

successful operation

- PaymentRetryConfigOutput
  - `groupingId` string, required
  - `policy` PaymentRetryPolicy, required
    - `version` integer
    - `totalAttempts` integer
    - `type` 'INTERVAL_BASED', required

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/revisions/c30f5b9fbfab/schema)
