action beanstream_get_profiles_profile_id { label: "Get profile" description: "Get a Payment Profile using the profile ID, also known as the Customer Code." provider: beanstream method: GET path: "/profiles/{profileId}" encoding: json input: { type: "object" properties: { profileId: { type: "string" } } required: ["profileId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }