added

August 20th 2025

Added

Upload Files for Payout Requests
Introduced a new POST endpoint that allows uploading one or more files in response to a file upload request.

  • Requires both user_token and file_upload_token in the URL path.
  • Accepts a files_type and an array of files, where each file includes the original file name and Base64-encoded content.
  • Supports multiple file uploads in a single request, validating file type and content.
  • The response confirms success or provides detailed errors for invalid file types, corrupted Base64, or size violations.

Get File Upload Requests by User
Added a GET endpoint to retrieve all file upload requests for a given user_token.

  • Each request includes its file_upload_token, accepted file types, creation time, required status, and referenced attributes.
  • An optional only_required query parameter filters results to return only mandatory requests.
  • Enables clients to determine which documents are needed before proceeding with payouts.

Improved

Get Service by Destination Token
Enhanced the existing GET endpoint by adding an optional source_currency query parameter.

  • If provided, the source currency must match one of the client’s issued wallet currencies.
  • When not specified, the system will automatically select an eligible wallet source currency.