action openchannel_post_stripe_gateway_developer_developer_id_accounts { label: "Generate a temporary URL to allow a developer to connect their Stripe account" description: "- Results are returned for the market provided within the basic authentication credentials \n- The URL generated by this method is only valid for 48 hours.\n" provider: openchannel method: POST path: "/stripe-gateway/developer/{developerId}/accounts" encoding: json input: { type: "object" properties: { developerId: { type: "string" } redirectUrl: { type: "string" } } required: ["developerId", "redirectUrl"] additionalProperties: false } output: { type: "object" additionalProperties: true } }