Skip to content

Commit

Permalink
Update refund.md
Browse files Browse the repository at this point in the history
Changed minimum amount on refunds
  • Loading branch information
rickymadsen authored Jul 19, 2024
1 parent 763cd35 commit 34b2b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/subscriptions/refund.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*||

Expand Down

0 comments on commit 34b2b9e

Please sign in to comment.