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