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