list_payment_methods
List the saved payment methods (used only to pay for flight bookings, not for cards or adding funds). Returns each method with its id, brand, last 4 digits, and expiry, and marks the default one. Use setup_payment_method to add a new one. The gated tools set_default_payment_method and remove_payment_method also exist; call them by name even though they aren't in the tools list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of saved payment methods. | |
| status | No | Whether any payment methods are saved. | |
| message | Yes | Human-readable summary of the saved payment methods. | |
| defaultId | No | The id of the payment method marked as default, if any. | |
| paymentMethods | No | The saved payment methods. |