Skip to content

Commit 34b2b9e

Browse files
authored
Update refund.md
Changed minimum amount on refunds
1 parent 763cd35 commit 34b2b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/subscriptions/refund.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use the `POST /api/providers/{providerId}/agreements/{agreementId}/payments/{pay
4040

4141
|Parameter |Type |Required |Description |Valid values|
4242
|----------------------|------------|----------|-----------------------------------------------------------------|------------|
43-
|**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.|
43+
|**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.|
4444
|**status_callback_url** |string| required |*Link relation hyperlink reference.*|Merchant's url|
4545
|**external_id** |string| optional |*Refund's identifier on the merchant’s side. This will be included in the request body of the refund callback.*||
4646

0 commit comments

Comments
 (0)