Create a payoutAsk AIpost https://api.staging.payrails.io/merchant/workflows/{workflowCode}/executions/{executionId}/payoutRequest a payout during a workflow execution.Path ParamsworkflowCodestringrequiredPath parameter to specify the workflow code.executionIduuidrequiredIdentifier of the resource in Payrails.Body ParamsamountobjectrequiredThe amount to payout in recipient account currency.amount objectinstrumentIduuidUnique identifier of the Payment Instrument that the customer selected for the Payment.metaobjectMetadata for the context of an execution. Includes Payrails-defined structures for most common fields used in workflows, but can also be extended by merchant or provider-specific fields. For more information, visit our Meta Fields guide.meta objectHeadersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 202Payout requested. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago