get_guest_payment_info
Retrieve a guest's ticket payment history for a hosted Partiful event, including amounts charged, fees, tax, and promo codes used.
Instructions
Get ticket payment history for a specific guest on a hosted Partiful event (host-only). Returns a payments array (amounts charged, fees, tax, promo codes used).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Dot-path field names to include in the response. Omit to return all fields. Available fields: payments, payments.amountCharged, payments.createdAt, payments.currency, payments.feesTotal, payments.promoCodes, payments.taxTotal, payments.ticketCount, payments.ticketOrderId | |
| event_id | Yes | The Partiful event ID | |
| purchaser_user_id | Yes | The Firebase user ID of the guest who made the purchase |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payments | No |