File Upload
Create payments from an uploaded file
Create a batch payment request from a valid upload file and send for processing to the payment service
post/payment-files/{fileId}/proceed
Path parameters
fileIdstring required
Payment File ID
Request body
Response
File created response
Example response
{
"fileId": "F1100001",
"status": "INVALID",
"fileName": "file1",
"batchPaymentId": "B1100001"
}