v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBFiles
Create/Upload a new file to your account.
Upload a file to Ryft via our API. Useful if you need to:
- upload evidence when challenging disputes
- upload KYB/KYC documents for sub accounts
post/files
Headers
Accountstring
Example:ac_3fe8398f-8cdb-43a3-9be2-806c4f84c327
The linked accountId (use this when uploading VerificationDocument files for sub accounts)
Response
The file was created & uploaded successfully
Example response
{
"id": "fl_01G0EYVFR02KBBVE2YWQ8AKMGJ",
"name": "receipt_2024.png",
"type": "Pdf",
"category": "Evidence",
"metadata": {
"customerId": "1",
"registered": "123"
},
"createdTimestamp": 1470989538,
"lastUpdatedTimestamp": 1470989538,
"sizeInBytes": 2048
}