Proof Uploading Interface

Description

This interface is used for merchants to submit review materials

Request Endpoint

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

Sample

{ "fileName": "123.zip", "merchantId": "896667346", "requestId": "1650872182502", "hmac": "Kcg3ldw0yQjcawRXOarf3y2fzrnzx6DPPmm1eKvUvKqPCiVLqNbs+DiWhk/L6/ozSLk83IeFfVn WdWAAfUmpgPN9PjxEPAqs8lqOiYDiWMsQOZ4MiRVg0V5u8NPoPw2jFAO/DTiBbOdgNe4Ck+r0JayAocdQ9SN 38QF5MM4j1SusrkewHpclEnkX7fk1vS41c90MRHn11J0VA1KaVKK6kb+vDs80erpvYEKq9+teMyKmQB1Yp8r B+48m9SaZc6acPfoaqrxWYhzJ/0AW7Cv/0NSl5QVKRakq6D3L1mqU88KWuFKRjeXpRelQ9efqp98qVGasyNz 7z2teOqXkyi1gFg== }

Synchronous Returned Fields

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"

Sample

{ "hmac": "TYGShs6ce5+dKSKqCeGJgrGio2y5igyKLwY7WXZhDtIP02a72fvE54KMj2m/hw5VCMR jYGlHoqgHGimqnBMtZI+2nfKB+ryWPOCuGu3/VjgPvoIAacnUbSKBVkegrEwf6Alm+vsMRt5AraO PvRcr3S9v2LMEM3iwskKGHP+ioue5CKKHS0DH6LoeiOmF+kPjTqVtSiwjdQJE6QinTuWJ2HIhxvZ n9BC7su3swKxWVVbh6XMYg28EYHT2Fza9x5tlAfhDlYkXOpVJdayXmBD8mU2RzjPssRQ/a9yxwlo Y7/pQBGiLsxAYRJzHAna68wDB0UZmExMdGI8NGkgnwWw3FA==", "merchantId": "896667346", "status": "SUCCESS" }