Create an executionAsk AIpost https://api.staging.payrails.io/merchant/workflows/{workflowCode}/executionsCreate a workflow execution.Path ParamsworkflowCodestringrequiredPath parameter to specify the workflow code.Body ParamsPayment.Payout.merchantReferencestringrequiredMerchant-provided reference for the Execution. Commonly, the identifier of the order on the Merchant's system.holderReferencestringrequiredMerchant-provided reference for the execution counterparty, i.e. the paying consumer.workspaceIdstringReferences in which workspace the execution will be created.workflowConfigOverrideobjectMerchant-provided configuration data for a particular execution, overriding values for the workflow.workflowConfigOverride objectmetaobjectMetadata 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 objectapplePayConfigIdstringID of the Apple Pay configuration to use for this request. When provided, Apple Pay will be enabled as a payment method.initialActionsarrayActions to execute after the creation of the execution. Initial actions are performed sequentially, and results reported in corresponding items of initialResults irrespective of errors in earlier actions.initialActionsADD Initial Lookup action. | Initial Start Payment Session action. | Initial Payment Authorize action.Headersx-idempotency-keyuuidrequiredIdempotency key to be used. Sending again the same key would return the same result without re-executing the update.Responses 201Created. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 11 months ago