Shops > Payment Methods > organizationsPaymentMethods
Commerce APIShopsPayment MethodsorganizationsPaymentMethods

organizationsPaymentMethods

GET:organizations/payment_methods.json

Description

Get all or specific payment methods.

This is a typical bulk get endpoint.

Topic: Payment Methods

Arguments

ids: [String!]

List of payment method ids. See also: Unique Identifiers

Example: ["pm_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


organization_id: String!

Unique organization identifier. See also: Unique Identifiers

Example: "og_EQzGqWoY"


Result

[PaymentMethod!]

Preview (typescript)

Loading module