fin.process_payment
Process invoice payments using credit card, ACH, or wire transfer. Specify invoice ID, method, and amount to complete a transaction.
Instructions
Process a payment for a specific invoice. Supports credit card, ACH, and wire transfer payment methods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| method | Yes | Payment method | |
| invoice_id | Yes | Invoice ID to process payment for |