CaptureAsk AIpost https://mapi.pockyt.io/order/v4/captureThis endpoint is sends credit card information directly to Pockyt to process a transaction.Body ParamsmerchantNostringrequiredDefaults to 200043A unique value created and assigned by Pockyt’s support team during the onboarding processstoreNostringrequiredDefaults to 300014A unique value created and assigned by Pockyt’s support team during the onboarding processamountstringrequiredDefaults to 300The transaction amountcardCvvstringrequiredDefaults to 123The three- or four-digit security code of the card. Also known as the CVV, CVC, CVN, CVE, or CID.cardExpMonthstringrequiredDefaults to 04The expiration month, e.g. 01, 12cardExpYearstringrequiredDefaults to 2026The expiration year, 4 digits.cardNumberstringrequiredDefaults to 5425233430109903The full credit or debit card number.currencystringrequiredDefaults to USDTransaction currencies. (Ex. "USD", "CNY", "PHP", "IDR", "KRW", "HKD", "THB", "MYR", "GBP", "BDT", "PKR")customerNostringDefaults to 2000299440486216204525The user's ID in Pockyt System; include this parameter if you wish to map a customer with the payment and request a secure checkout. Returned from the Register Customer endpoint.clientIpstringThe client IP address.notestringDefaults to test noteAdditional internal notes on the particular transactionreferencestringrequiredDefaults to 1699583693607The invoice ID in the merchant's systemsettleCurrencystringrequiredDefaults to USDWhen the currency is "GBP", the settlement currency is "GBP". All other currencies settle with "USD"vendorstringrequiredDefaults to creditcardThe payment method, which will always be creditcardterminalstringrequiredDefaults to ONLINE"ONLINE" or "WAP"goodsInfostringHighly recommended field providing goods information; used by merchants to greatly reduce disputes.ipnUrlstringDefaults to http://zk-tys.yunkeguan.com/ttest/testThe asynchronous notification address. The IPN URL must be secure. For more information, visit the IPN notification sectioncallbackUrlstringDefaults to http://zk-tys.yunkeguan.com/ttest/test2?status={status}The callbackUrl is the url the user is redirected after the transaction is doneverifySignstringrequiredDefaults 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 ParameterscardHolderNamestringDefaults to CCREJECT-BANK_ERRORUse this parameter only if you want to simulate a failed transaction.Response 200200Updated 10 months ago