Signature
Before the API integration, you need to get your AppId and AppKey.
ReelPay API authenticates your requests by AppId and AppKey. Log in to your ReelPay account, go to AppManage page, you can find your AppId and AppKey on this page.
AppId and AppKey carries many privileges, so be sure to keep it secure. Please do not share your developer information in publicly accessible areas such as GitHub, client code, etc.
Signature Guide
Header
Name | Type | Description |
---|---|---|
X-Sign | string | Signature |
X-Timestamp | int | Timestamp(sec) |
X-Appid | string | Merchant APPID |
content-type | string | application/json |
Signature Algorithm
Last updated