This interface is used for merchants to submit review materials
https://apis.5upay.com/foreignExchange/registerProofFile
| Name | Type & Max | Description | Requirement |
|---|---|---|---|
| merchantId | varchar(9) | The unique identity of the merchant ID in PayEase system. After the merchant completes Payease system registration, the merchant can log in the merchant backend portal to check | M |
| requestId | varchar(50) | The order number of the foreign exchange purchase: requestId | M |
| fileName | varchar(200) | The name of the proof file, including the suffix, which cannot contain Chinese characters; E.g. testFile.zip. Merchants need to upload the proof file to the directory "/fe/proof/" via SFTP | M |
| hmac | varchar(500) | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" | M |
| Name | Description |
|---|---|
| merchantId | Same as the request's parameters |
| status | SUCCESS |
| FAILED | |
| hmac | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" |