Confirm a paymentCopy Pagepost https://api.staging.payrails.io/merchant/workflows/{workflowCode}/executions/{executionId}/confirmRequest a payment confirmation during a workflow execution.Path ParamsworkflowCodestringrequiredPath parameter to specify the workflow code.executionIduuidrequiredIdentifier of the resource in Payrails.Body ParamsdataobjectrequiredAny merchant-specific data that should be sent to confirm the payment.data objectactionIduuidUnique identifier for this action execution. If its processing is done asynchronously, you will receive a notification with the same actionId.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 202The payment confirmation was requested. 400Bad Request. 401Unauthorized. 403Insufficient Scope. 404Not Found. 429Too Many Requests.Updated 3 days ago