action openchannel_get_stripe_gateway_user_user_id_cards { label: "Returns credit cards for this user" description: "- Results are returned for the market provided within the basic authentication credentials\n" provider: openchannel method: GET path: "/stripe-gateway/user/{userId}/cards" encoding: json input: { type: "object" properties: { userId: { type: "string" } } required: ["userId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }