File Upload
Create payments from one or more uploaded files
Create batch payment requests from valid upload files with a single applicable MFA challenge and send for processing to the payment service
post/payment-files/proceed
Request body
Response
File created response
Example response
{
"results": [
{
"fileId": "F1100001",
"status": "INVALID",
"fileName": "file1",
"batchPaymentId": "B1100001",
"reason": "Issue sending Batch payments"
}
]
}