interface address | hostname/openapi/v1/customerOpenApi/queryCustomerRechargeLog | ||
Request header | User-Agent: openApi Content-Type: application/json; charset=utf-8 Accept-encoding: gzip,deflate Time-stamp: 1437528688233 Data-signature: BF706E6AC693BA3B1BABD32E6713431D | ||
Request method | POST | ||
Request body | { "appId": "abcdefghijklmn", "customerUid": 677793671220529313{ } | ||
parameter name | Is it necessary | Types of | Instructions |
appId | Yes | String | KYBIO configured access credentials |
customerUid | Yes | Long | The members’ unique credential in KYBIO system |
Return result | { "status": "success", "data": [ { "rechargeStoreAppId":"87EB2C555BBF382E7F6C7B275B0C502A", "rechargeStoreAccount":"adasun4", "customerUid": "677793671220529313", "rechargeMoney":"100", "giftMoney": 0, "datetime":"2016-10-28 11:14:03", "payMethod": "Cash", "customerMoneyAfterRecharge":100 }, { "rechargeStoreAppId":"87EB2C555BBF382E7F6C7B275B0C502A", "rechargeStoreAccount":"adasun4", "customerUid": "677793671220529313", "rechargeMoney":"100", "giftMoney": 0, "datetime":"2016-10-28 11:14:03", "payMethod": "Cash", "customerMoneyAfterRecharge":100 } ] } | ||
Field name | Types of | Instructions | |
Status | String | Whether the request is processed correctly, return success or error, case-insensitive | |
Messages | String[] | Processing result message | |
errorCode | Int | Business process error code, see error code table | |
Data | List | Recharge log entity | |
rechargeStoreAppId | String | Recharge Store AppId | |
rechargeStoreAccount | String | Recharge your account | |
customerUid | Long | The unique credentials of the member in KYBIO system, identical to the request parameter customerUid | |
rechargeMoney | Double | Recharge amount | |
giftMoney | Double | The amount of credits given during the recharge (if there are other recharging methods such as gift cards, there may be a general amount of money, and there will be one such record). Recharge rules can be set in cloud server. | |
Datetime | String | Time of recharge | |
payMethod | String | The payment method used by the member for recharge | |
customerMoneyAfterRecharge | String | Then credit balance after recharge |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article