Skip to main content
POST
Upload a payout RFI file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Universally unique identifier (UUID v4) of a resource.

Example:

"b3d9d2d5-4c12-4946-a09d-953e82fae2b0"

Body

multipart/form-data
fileMetadata
object
required
encryption
object

JWE encryption envelope. Required when certificate is present in the RFI response (BFI-generated RFI). Omit for internally-generated RFIs.

encryptedFile
file

AES-128-GCM encrypted file contents. Required when encryption is present (BFI-generated RFI). Omit for internally-generated RFIs.

file
file

Raw (unencrypted) file contents. Required for internally-generated RFIs (when certificate is absent in the RFI response). Omit for BFI-generated RFIs.

Response

File uploaded successfully.