action rebilly_get_payment_instrument_collection { label: "Retrieve a list of payment instruments" description: "Retrieve a list of payment instruments.\n" provider: rebilly method: GET path: "/payment-instruments" encoding: json output: { type: "array" items: { type: "object" } } }