Micro-PrePay APIAsk AIpost https://mapi.pockyt.io/micropay/v3/prepayThis endpoint enables mobile payments specifically tailored for WeChat In-App solutionsBody ParamsmerchantNostringrequiredDefaults to 203780Merchant ID in Pockyt's system. A unique value generated by Pockyt during the onboarding process.storeNostringrequiredDefaults to 303661Store Number in Pockyt's system. A unique value created and assigned by Pockyt's systems when a new store is created under a merchantamountstringrequiredDefaults to 13The transaction amountcurrencystringrequiredDefaults to PHPThe supported transaction currencies are "USD", "CNY", "PHP", "IDR", "KRW", "HKD", "THB", "MYR", "GBP", "BDT", "PKR"settleCurrencystringrequiredDefaults to USDWhen the currency is "GBP", the settlement currency is "GBP". All other currencies settle with "USD"vendorstringrequiredDefaults to alipayThe possible payment channels are "alipay", "wechatpay"openidstringrequiredOpenId is obtained from WeChat, and is needed only for the WeChat Mini programreferencestringrequiredDefaults to test202001011303The Invoice Number of the transaction in the merchant's systemipnUrlstringDefaults to http://zk-tys.yunkeguan.com/ttest/testThe asynchronous notification address. The IPN URL must be secure. For more information, visit the IPN sectionterminalstringrequiredDefaults to MINIPROGRAMThe possible values are: "MINIPROGRAM" for WeChatMini, or "APP" for mobile appdescriptionstringDefaults to test+descriptionThe description of the transaction will be displayed on the invoicenotestringDefaults to test noteThe payment notestimeoutstringThe timeout in minutes. The default value is 120verifySignstringrequiredDefaults to 72a2c6ce8497adc8a03a78135618e666The parameter signature. It is the calculated MD5 hash value of the API token used to encrypt the request message and authorize transaction requests. For more information, visit Signing API ParametersResponse 200200Updated 10 months ago