Generate a professional receipt PDF
generate_receiptGenerate a downloadable receipt PDF for a legitimate transaction. Costs $0.10 only on successful generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Receipt date, preferably YYYY-MM-DD. | |
| items | No | ||
| notes | No | ||
| api_key | No | Optional after create_free_account succeeds in this MCP session. | |
| currency | No | Currency symbol or code, for example USD, HKD, or $. | |
| language | No | ||
| text_color | No | ||
| total_amount | No | ||
| customer_name | Yes | ||
| primary_color | No | ||
| contact_person | No | ||
| customer_email | No | ||
| customer_notes | No | ||
| customer_phone | No | ||
| invoice_number | No | ||
| payment_method | No | ||
| customer_address | No | ||
| customer_registration_number | No | ||
| confirm_legitimate_transaction | Yes | Must be true. Confirms this receipt represents a legitimate transaction and will not be used to deceive. |