posthttps://api.circle.com/v1/cpn/payments/{paymentId}/rfis/{rfiId}/files
Upload encrypted RFI file.
The RFI id created previously.
The payment id created previously.
The binary file content, encrypted using AES-128-GCM. The corresponding 'encryptedAesKey' and 'iv' must be used for decryption
Encryption details required to decrypt the file
A JSON Web Encryption (JWE) compact string format as defined in RFC 7516
A Base64-encoded, 12-byte Initialization Vector (IV) used for AES-GCM encryption
Contains metadata about the submitted file
Name of the file being submitted
File type for RFI file (Request for Information)
File Key for RFI (Request for Information)
1{
2 "code": 400,
3 "message": "Bad request."
4}