post https://payrails-api.staging.payrails.io/merchant/workflows//executions//capture
Request a payment capture during a workflow execution.
Responses
Request a payment capture during a workflow execution.
xxxxxxxxxx
curl --request POST \
--url https://payrails-api.staging.payrails.io/merchant/workflows/workflowCode/executions/executionId/capture \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"name": "capture",
"actionId": "1aa0ef20-36cb-4485-b60e-0526c3699014",
"executedAt": "2022-04-22T17:53:36.814Z",
"reason": "NoReason",
"reasonDescription": "Customer's automatic subscription.",
"links": {
"execution": "https://payrails-api.staging.payrails.io/merchant/workflows/100ade99-ef8d-43de-8a35-4d31dbdb37d0/executions/99e2f33a-2d17-4c98-8242-6bf5a4a08016",
"refund": {
"method": "POST",
"href": "https://payrails-api.staging.payrails.io/merchant/workflows/100ade99-ef8d-43de-8a35-4d31dbdb37d0/executions/99e2f33a-2d17-4c98-8242-6bf5a4a08016/refund"
}
}
}