v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBpay-file
Execute a payment file
Executes a payment file by ID. Requires pay_file:write scope.
post/pay-file/{id}/execute
Path parameters
idstring uuid required
Response
Successful Pay File Execution Response
Example response
{
"data": {
"id": "c390a94f-2309-4cdf-8d02-b0c5304d9f66",
"createdAt": "2020-07-10T12:00:00+00:00"
}
}