recurring_charge
Charge a recurring subscription linked to a parent invoice. Returns acceptance; verify capture via check_payment.
Instructions
Silently charge a recurring subscription payment.
previous_inv_id must be the inv_id of an already-paid parent (created
with init_recurring_parent). Response "OK<InvId>" means accepted,
NOT captured — verify via check_payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_inv_id | Yes | ||
| previous_inv_id | Yes | ||
| out_sum | Yes | ||
| description | No | ||
| merchant_login | No | ||
| password1 | No | ||
| receipt_items | No | ||
| receipt_sno | No | ||
| algorithm | No | md5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||