| Item | Description |
|---|
| Method | POST |
| Path | /apis/v1/files/deliverRFIFilesToMerchant |
| Content-Type | application/json |
| Authentication | Required. Refer to 'Authorization Introduction'. |
This API delivers Request-for-Information (RFI) files to Merchant side for a fiat payout or related merchant reference.
| Parameter | Required | Type | Description |
|---|
| PexxApiKey | Yes | string | Merchant API key. |
| PexxAuthorization | Yes | string | Bearer + access token. |
| Content-Type | Yes | string | Must be application/json. |
| Parameter | Required | Type | Description |
|---|
| merchantReferenceId | Yes | string | Merchant-side reference ID (e.g. the same ID used when creating a fiat payout). |
| fileIds | Yes | array of string | Non-empty list of fileId values from Upload File. Each ID must be valid and not expired (15-minute TTL). |
The response wrapper is ApiResponse<string>.
| Field | Type | Description |
|---|
| success | boolean | true when delivery succeeded. |
| message | string | Optional message. |
| data | string | Pexx portal response payload (passed through) when success is true. |
| error | string | Present when success is false. |