Upload a payment file
Use this endpoint to upload a file for the given file payment consent.
note
Only CSV files with the following structure are supported. Download an example CSV file.
FIELD | REQUIRED | DESCRIPTION |
---|---|---|
Name | Yes | Can contain up to 80 characters. If recipient type is INDIVIDUAL , this field must contain a first and a last name, separated by a space. |
Recipient type | Yes | Can be either INDIVIDUAL or COMPANY . |
Account number | For UK transfers | Must contain valid account number if provided. |
Sort code or Routing number | For UK transfers | Must contain valid sort code or routing number if provided. |
IBAN | For SEPA transfers | Must contain valid IBAN if provided. |
BIC | For SEPA transfers | Must contain valid BIC if provided. |
Recipient bank country | Yes | Must contain valid ISO 3166-1 country code. |
Currency | Yes | Must contain valid ISO 4217 currency code. |
Amount | Yes | Must match following pattern [0-9]*(\\\\.[0-9]*)? . |
Payment reference | Yes | Can contain up to 100 characters. |
Recipient country | No | Must contain valid ISO 3166-1 country code if provided. |
State or province | No | Can contain up to 50 characters. |
Address line 1 | No | Can contain up to 50 characters. |
Address line 2 | No | Can contain up to 50 characters. |
City | No | Can contain up to 50 characters. |
Postal code | No | Can contain up to 50 characters. |
Request
Default
Path Parameters
Header Parameters
Response
File Payment Consents Created
HTTP Headers
Was this page helpful?