• Billing
  • >
  • Queries
  • >
  • paymentMethods

Preview

paymentMethods is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

paymentMethods

Retrieve payment methods by party type, party id, company uuid, user uuid

This page contains

Arguments

partyType String!

The party type (COMPANY or USER)

partyId String!

The party id

companyUuid String

The company uuid

userUuid String

The user uuid

Return Fields

[PaymentMethod] PREVIEW

Interactive example

This is an example query. Use the embedded interactive tool below to edit the query.

Hint: use Ctrl + Space for autocompleting fields.