GET:organizations/payment_methods.json
Commerce APIGET:organizations/payment_methods.json

GET:organizations/payment_methods.json

organizationsPaymentMethods

Description

Get all or specific payment methods.

This is a typical bulk get endpoint.

Topic: Payment Methods

Query Parameters

ids: Comma-separated array of String, required

List of payment method ids. See also: Unique Identifiers

Example: ?ids=pm_EQzGqWoY,pm_EQzGqWoY


loose: Boolean

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

Example: ?loose=true


organization_id: String, required

Unique organization identifier. See also: Unique Identifiers

Example: ?organization_id=og_EQzGqWoY

Response Body

Array of PaymentMethod

Response Body Type

Loading module