From 34b2b9eb57c6d90febb9d683f4165bbd87e38977 Mon Sep 17 00:00:00 2001 From: Ricky Madsen <41996122+rickymadsen@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:38:18 +0200 Subject: [PATCH] Update refund.md Changed minimum amount on refunds --- docs/subscriptions/refund.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/subscriptions/refund.md b/docs/subscriptions/refund.md index 31161ec5b..1c96b9a03 100644 --- a/docs/subscriptions/refund.md +++ b/docs/subscriptions/refund.md @@ -40,7 +40,7 @@ Use the `POST /api/providers/{providerId}/agreements/{agreementId}/payments/{pay |Parameter |Type |Required |Description |Valid values| |----------------------|------------|----------|-----------------------------------------------------------------|------------| -|**amount** |number(0.01)| optional |*The requested amount to be returned.*|>= 0.01, decimals separated with a dot. If not specified, payment will be fully refunded.| +|**amount** |number(0.10)| optional |*The requested amount to be returned.*|>= 0.10, decimals separated with a dot. If not specified, payment will be fully refunded.| |**status_callback_url** |string| required |*Link relation hyperlink reference.*|Merchant's url| |**external_id** |string| optional |*Refund's identifier on the merchant’s side. This will be included in the request body of the refund callback.*||