+ "When using this tool, always use the `jq_filter` parameter to reduce the response size and improve performance.\n\nOnly omit if you're sure you don't need the data.\n\nList Payment Methods\n\n# Response Schema\n```json\n{\n type: 'object',\n properties: {\n data: {\n type: 'array',\n items: {\n type: 'object',\n properties: {\n id: {\n type: 'string'\n },\n billingDetails: {\n type: 'object',\n properties: {\n address: {\n type: 'object',\n properties: {\n city: {\n type: 'string'\n },\n country: {\n type: 'string'\n },\n line1: {\n type: 'string'\n },\n line2: {\n type: 'string'\n },\n postal_code: {\n type: 'string'\n },\n state: {\n type: 'string'\n },\n address: {\n type: 'object',\n properties: {\n city: {\n type: 'string'\n },\n country: {\n type: 'string'\n },\n line1: {\n type: 'string'\n },\n line2: {\n type: 'string'\n },\n postal_code: {\n type: 'string'\n },\n state: {\n type: 'string'\n },\n name: {\n type: 'string'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'postal_code',\n 'state'\n ]\n },\n name: {\n type: 'string'\n }\n },\n required: [ 'city',\n 'country',\n 'line1',\n 'line2',\n 'postal_code',\n 'state'\n ]\n },\n email: {\n type: 'string'\n },\n name: {\n type: 'string'\n }\n },\n required: [ 'address',\n 'email',\n 'name'\n ]\n },\n createdAt: {\n type: 'string',\n format: 'date-time'\n },\n createdByCommit: {\n type: 'string'\n },\n customerId: {\n type: 'string'\n },\n default: {\n type: 'boolean'\n },\n livemode: {\n type: 'boolean'\n },\n metadata: {\n type: 'object',\n additionalProperties: true\n },\n paymentMethodData: {\n type: 'object',\n additionalProperties: true\n },\n type: {\n type: 'string',\n enum: [ 'card',\n 'link',\n 'us_bank_account',\n 'sepa_debit'\n ]\n },\n updatedAt: {\n type: 'string',\n format: 'date-time'\n },\n updatedByCommit: {\n type: 'string'\n }\n },\n required: [ 'id',\n 'billingDetails',\n 'createdAt',\n 'createdByCommit',\n 'customerId',\n 'default',\n 'livemode',\n 'metadata',\n 'paymentMethodData',\n 'type',\n 'updatedAt',\n 'updatedByCommit'\n ]\n }\n },\n hasMore: {\n type: 'boolean'\n },\n total: {\n type: 'number'\n },\n currentCursor: {\n type: 'string'\n },\n nextCursor: {\n type: 'string'\n }\n },\n required: [ 'data',\n 'hasMore',\n 'total'\n ]\n}\n```",
0 commit comments