Create refund
create_refundRefund a payment fully or partially by providing payment ID and amount. Returns real funds to the payer; this action is irreversible.
Instructions
Refund a payment (full or partial) by payment_id and amount. MOVES REAL MONEY (funds returned to the payer) — irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Refund amount in rubles | |
| payment_id | Yes | ID of the payment to refund | |
| description | No | Refund reason |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| paid | No | ||
| amount | No | ||
| status | No | ||
| confirmation_url | No |