Post PIF Files in CSV format
Overview
This route will allow you to post a CSV formatted payment instruction file (pif) for processing through our file gateway.
Resource Access
POST https://<hostname>/file/v1/csv
Parameters
The requested criteria can be a combination of one or more of the following fields:
Keys | Values |
---|---|
file | Csv File |
buyer/institution | BuyerID/InstitutionID |
Example Request
POST https://<hostname>/file/v1/csv
FORM DATA
FILE
buyer 82787b9f-6a7a-5105-9786-33b6ec632812
Example Response
{
"waitFile": false,
"fileInfo": {
"fileName": "8699952968.8699952968.DUAL2_5.csv",
"status": "Queued",
"fileId": "88e0badc26096a921da745a4c17fde6924b0e6ce-e0d9df91af2cce73cf8634b379e6508ac430bd9f-R2"
}
}
Updated 3 days ago