post https://payrails-api.staging.payrails.io/merchant/workflows//executions//cancel
Request a payment cancelation during a workflow execution.
Responses
Request a payment cancelation during a workflow execution.
xxxxxxxxxx
curl --request POST \
--url https://payrails-api.staging.payrails.io/merchant/workflows/workflowCode/executions/executionId/cancel \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"name": "cancel",
"actionId": "1aa0ef20-36cb-4485-b60e-0526c3699014",
"executedAt": "2022-04-22T17:53:36.814Z",
"reason": "FraudulentProduct",
"reasonDescription": "An optional field to include any necessary information for the cancel action.",
"links": {
"execution": "https://payrails-api.staging.payrails.io/merchant/workflows/100ade99-ef8d-43de-8a35-4d31dbdb37d0/executions/99e2f33a-2d17-4c98-8242-6bf5a4a08016"
}
}