Bind Payout Files

API Information

ItemDescription
MethodPOST
Path/apis/v1/files/deliverRFIFilesToMerchant
Content-Typeapplication/json
AuthenticationRequired. Refer to 'Authorization Introduction'.

Description

This API delivers Request-for-Information (RFI) files to Merchant side for a fiat payout or related merchant reference.

Request Parameters

Headers

ParameterRequiredTypeDescription
PexxApiKeyYesstringMerchant API key.
PexxAuthorizationYesstringBearer + access token.
Content-TypeYesstringMust be application/json.

Request body (JSON)

ParameterRequiredTypeDescription
merchantReferenceIdYesstringMerchant-side reference ID (e.g. the same ID used when creating a fiat payout).
fileIdsYesarray of stringNon-empty list of fileId values from Upload File. Each ID must be valid and not expired (15-minute TTL).

Response

The response wrapper is ApiResponse<string>.

Top-level fields

FieldTypeDescription
successbooleantrue when delivery succeeded.
messagestringOptional message.
datastringPexx portal response payload (passed through) when success is true.
errorstringPresent when success is false.