js.chargeitpro.com

js.chargeitpro.com Profile

js.chargeitpro.com

Maindomain:chargeitpro.com

Title:

Description:ChargeItPro Javascript API Payment Processing Partners, Inc. is offering a browser based payment processing solution that allows developers to easily integrate payment processing hardware into their n

Discover js.chargeitpro.com website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

js.chargeitpro.com Information

Website / Domain: js.chargeitpro.com
HomePage size:29.211 KB
Page Load Time:0.626767 Seconds
Website IP Address: 104.40.53.219
Isp Server: Microsoft Corporation

js.chargeitpro.com Ip Information

Ip Country: United States
City Name: San Francisco
Latitude: 37.774929046631
Longitude: -122.41941833496

js.chargeitpro.com Keywords accounting

Keyword Count

js.chargeitpro.com Httpheader

Content-Length: 6829
Content-Type: text/html; charset=utf-8
Content-Encoding: gzip
Vary: Accept-Encoding
Server: Microsoft-IIS/10.0
Set-Cookie: connect.sid=cfajOK01OMlgCmk08qUmb2ec.mBS8FiEvVSlZx1jc%2BmvOhii0hpOPyDi%2B6NyA0%2BDiZVs; path=/; expires=Mon, 27 Jan 2020 15:40:39 GMT; httpOnly, ARRAffinity=e8228ec522d0bb0cde1261622aaf3fb9855105fb7485023fe847aa1a3a4e8100;Path=/;HttpOnly;Domain=js.chargeitpro.com
X-Powered-By: Express, ASP.NET
Date: Mon, 27 Jan 2020 11:40:39 GMT

js.chargeitpro.com Meta Info

104.40.53.219 Domains

Domain WebSite Title

js.chargeitpro.com Similar Website

Domain WebSite Title

js.chargeitpro.com Traffic Sources Chart

js.chargeitpro.com Alexa Rank History Chart

js.chargeitpro.com aleax

js.chargeitpro.com Html To Plain Text

ChargeItPro Javascript API Payment Processing Partners, Inc. is offering a browser based payment processing solution that allows developers to easily integrate payment processing hardware into their new or existing solutions. Detailed API documentation can be found here . Prerequisites To get started using Easy Integrator. Download and install ChargeItProWebDriver application. Our ChargeItProWebDriver application allows your Web Site to communicate with Hardware Devices to capture payment information and signatures. The ChargeItProWebDriver comes pre-configured with an Emulator to allow you to test payment transactions without having hardware installed. How to use the Emulator How To Setup Workstations Authentication All requests must be authenticated by passing in a MerchantName and MerchantKey, generated and provided by ChargeItPro. Hardware Configuration In order for EasyIntegrator API to communicate with the hardware you will need to run setup and generate a unique ConfigurationId. This ConfigurationId must be passed on all subsequent requests. Quick Setup vs. Advanced Setup When you run setup you will be presented with the following screen. Clicking the Quick Setup button will present you with the following screen. Clicking the Detailed Setup button will present you with the following screen. This is an example of a Setup Screen that has been integrated with EasyIntegrator that calls the RunSetup method and generates a unique ConfigurationId. Merchant Name Merchant Key ConfigurationId Run Setup Code Example var request = { "merchantName": "User1", "merchantKey": "62de169ead984d709cd6acdb36d0f03e" }; EasyIntegrator.runSetup(request) .success(function (configurationId) { /* IMPORTANT: You must store this configurationId */ /* (ie in a database) and pass it in */ /* on all Transaction Requests. */ }) .error(function (errorMessage) { alert(errorMessage); }) It is important that you save this ConfigurationId and pass it in on all requests. ConfigurationId's may be shared by multiple computers within a Merchant domain. How To Process Payments This is an example of a Shopping Cart that has been integrated with EasyIntegrator. Items Quantity Price Blue Mixer "Every home chef needs this mixer!" -- Anson Luis, renown French Chef $24.99 Red Toaster The perfect toaster for your kitchen. $74.98 Total $99.97 Transaction Type: CreditSale DebitSale Process Transaction Use Tokenization What is Tokenization? Description To use Easy Integrator to process a payment transaction, create a JSON object that contains a TransFields object and pass it into EasyIntegrator.processTransaction. Code Example var request = { "merchantName": "BobsRibs1", "merchantKey": "A3gziLB98002", "configurationId": "198e84701abc28da", "transactionType": "CreditSale", "transFields": { "amountTotal": 99.97 } }; EasyIntegrator.processTransaction(request) .success(function (resultsFields) { var transactionId = resultsFields.uniqueTransId; }) .error(function (errorMessage) { alert(errorMessage); }) .done(function () { }); Receipt Data This is an example of a receipt and the fields returned from EasyIntegrator to populate the form values. How To Process Customer Transactions This is an example of a Customer Management Screen that has been integrated with EasyIntegrator. Note: The following grid contains only test data, so Deletes will just be local test data (i.e. you can't hurt anything). Cust Ref First Name LastName Email Phone Zip Last Transaction {{customer.customerRef}} {{customer.firstName}} {{customer.lastName}} {{customer.email}} {{customer.phone}} {{customer.zip}} {{customer.lastTransaction}} Action Delete Add Credit Payment Add Customer X Add Customer First Name Last Name Address Address2 City State Alabama Alaska Arizona Arkansas California Colorado Connecticut Delaware Florida Georgia Hawaii Idaho Illinois Iowa Kansas Kentucky Louisville Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West Virginia Wisconsin Wyoming Zip Email Phone Save Cancel Description To use EasyIntegrator to process a customer transaction, create a JSON object that contains a CustomerFields object and pass it into EasyIntegrator.processTransaction. Code Example var request = { "merchantName": "BobsRibs1", "merchantKey": "A3gziLB98002", "configurationId": "198e84701abc28da", "transactionType": "CreateCustomer", "customerFields": { "firstName": "Test", "lastName": "Customer", "address": "2 W 72nd St.", "address2": "", "city": "New York", "state": "NY", "zip": "10023" } }; EasyIntegrator.processTransaction(request) .success(function (customer) { var customerRef = customer.customerRef; }) .error(function (errorMessage) { alert(errorMessage); }) .done(function () { }); X Receipt Acme Merchantile 101 Some Street Anytown, US 91234 (888) 555-5555 September 12, 2013 12:45 pm Ref #: 4180caf235bf4684a4e880a28225178b Cashier: John Reg #: 005 Blue Mixer $24.99 Red Toaster $74.98 SubTotal $99.97 Total $99.97 Credit Sale ****9016 Auth Code 012345 I Agree to pay the above total amount according to card issuer agreement X No refunds after 30 days Home Prerequisites Setup Payments Customers ChargeItPro.com EasyIntegrator WebAPI Documentation Copyright © 2014 Payment Processing Partners, Inc. All rights reserved. ChargeItPro and ChargeItPro EasyIntegrator are trademarks of Payment Processing Partners, Inc. Other trademarks, service marks, trade names, and company logos referenced are the property of their respective owners. Payment Processing Partners, Inc. is a registered ISO/MSP of Wells Fargo Bank, N.A., Walnut Creek, CA. American Express requires separate approval. Terms & Conditions | Privacy & Security...

js.chargeitpro.com Whois

"domain_name": "CHARGEITPRO.COM", "registrar": "GoDaddy.com, LLC", "whois_server": "whois.godaddy.com", "referral_url": null, "updated_date": [ "2020-01-21 16:06:44", "2020-01-21 16:06:38" ], "creation_date": "2005-04-21 18:17:48", "expiration_date": "2021-04-21 18:17:48", "name_servers": [ "NS1-06.AZURE-DNS.COM", "NS2-06.AZURE-DNS.NET", "NS3-06.AZURE-DNS.ORG", "NS4-06.AZURE-DNS.INFO" ], "status": [ "clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited", "clientRenewProhibited https://icann.org/epp#clientRenewProhibited", "clientTransferProhibited https://icann.org/epp#clientTransferProhibited", "clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited", "clientTransferProhibited http://www.icann.org/epp#clientTransferProhibited", "clientUpdateProhibited http://www.icann.org/epp#clientUpdateProhibited", "clientRenewProhibited http://www.icann.org/epp#clientRenewProhibited", "clientDeleteProhibited http://www.icann.org/epp#clientDeleteProhibited" ], "emails": [ "abuse@godaddy.com", "CHARGEITPRO.COM@domainsbyproxy.com" ], "dnssec": "unsigned", "name": "Registration Private", "org": "Domains By Proxy, LLC", "address": [ "DomainsByProxy.com", "14455 N. Hayden Road" ], "city": "Scottsdale", "state": "Arizona", "zipcode": "85260", "country": "US"