Ecommerce Sale APIAsk AIpost https://securelink-staging.valorpaytech.com:4430/?saleapiThis page will help you get started with Ecommerce API.Body ParamsappidstringrequiredDefaults to QWizN3u0poN5Wrb4GaKAqAp63EvKkZRKMerchant APP ID (Alphanumeric - Length of 32 chars)appkeystringrequiredDefaults to lo196Pj5Vw1pScye3iq8z2WdSOTcNGVDMerchant APP Key (Alphanumeric - Length of 32 chars)epistringrequiredDefaults to 2319923425EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2txn_typestringrequiredDefaults to salesale or auth ('sale' - Amount of the purchase will be deducted from the cardholder's bank account and 'auth' - it will be held (authorized) for a certain period of time/days)amountstringrequiredDefaults to 84.00Transaction amount - Maximum amount $99,999.99 (Ex: 0.1 to 99,999.99). A request should not be sent when the amount is 0. The amount must be greater than zerophonestringDefaults to 9677193050Customer phone number- 10 digit Numeric (Ex: 5247896523)emailstringDefaults to [email protected]Customer email id - Varchar (Ex: [email protected], Max length of 50 chars)uidstringA unique id of the request, A client can send any number of 10 digittax_amountstringDefaults to 0Tax amount - Currency $ (Eg. 00.00)surchargeIndicatorint32requiredDefaults to 1The value '0' represents a transaction being ran on the traditional MID with no custom fee added, while '1' represents a transaction being ran on the cash discounting MID with the custom fee addedsurchargeAmountstringDefaults to 1.20Additional fee of surcharge amount - Currency $ (Eg: 10.00)address1stringrequiredDefaults to 8320Shipping address should be max 100 chars - Alphanumericaddress2stringDefaults to 2nd streetBilling address should be max 100 chars - AlphanumericcitystringrequiredDefaults to New YorkCity should be allowed max 50 chars of string (Ex: New York, San Francisco)statestringrequiredDefaults to COState 2 chars of capital (Ex: New York - NY, California - CA)zipstringrequiredDefaults to 85284Zip code should be 5 digits (Numeric - Ex: 10001, 90002)billing_countrystringrequiredDefaults to USBilling country should be mention default set us USshipping_countrystringrequiredDefaults to USShipping country should be mention default set us UScardnumberstringrequiredDefaults to 4111111111111111Customer card number 15 to 19 digitsstatusstringrequiredDefaults to YSet the status if Y or NcvvstringrequiredDefaults to 999Card Verification Value should be 3 or 4 digits (Ex: 999, 9997)cardholdernamestringrequiredName of the cardholder - Alphabet (Max length of 25 chars)expirydatedaterequiredDefaults to 1224Card expiry date, Accepted expiry MMYY & MM/YY (The expiration date must be exactly 4 characters long, consisting of a 2-digit month (with a leading zero if necessary) followed by a 2-digit year (e.g., "0526"))Responses 200200 400400Updated 3 months ago