buygoods.com
Open in
urlscan Pro
2606:4700:3108::ac42:288d
Public Scan
URL:
https://buygoods.com/secure/checkout.html?sessid2=sessid20220513185113072\u0026amp;aff_id=230\u0026amp;account_id=722...
Submission: On May 18 via api from US — Scanned from DE
Submission: On May 18 via api from US — Scanned from DE
Form analysis
2 forms found in the DOMName: checkout — POST
<form id="checkout" method="post" name="checkout" class="needs-validation" novalidate="">
<input type="hidden" name="action" value="checkout" readonly="">
<input type="hidden" name="payment_method" id="payment_method" value="creditcard" readonly="">
<input type="hidden" name="salespage_url" value="" id="salespage_url" readonly="">
<input type="hidden" name="product_codename" value="" id="product_codename" readonly="">
<input type="hidden" name="salestax_amount" id="salestax_amount" value="0.00" readonly="">
<input type="hidden" name="flag_billing_same_as_shipping" id="flag_billing_same_as_shipping" value="1" readonly="">
<input type="hidden" name="extra_purchase" id="extra_purchase" value="" readonly="">
<input type="hidden" name="extra_purchase_price" id="extra_purchase_price" value="0.00" readonly="">
<input type="hidden" name="redirect" id="redirect_url" value="" readonly="">
<div id="has-paypal" class="form-group d-none">
<p class="h6 text-uppercase">Payment Method</p>
<label for="credit" id="credit-card-check" class="btn btn-light active">
<i class="fa fa-credit-card-alt" aria-hidden="true"></i> Credit Card <input class="invisible" id="credit" type="radio"
onclick="document.getElementById('billing-fields').classList.remove('d-none');document.getElementById('paypal-info').classList.add('d-none');" required="" readonly="">
</label>
<label for="paypal" id="paypal-check" class="btn btn-light">
<i class="fa fa-paypal" aria-hidden="true"></i> PayPal <input class="invisible" id="paypal" type="radio"
onclick="document.getElementById('billing-fields').classList.add('d-none');document.getElementById('paypal-info').classList.remove('d-none');" required="" readonly="">
</label>
<p id="paypal-info" class="d-none"><small>You'll be forwarded to PayPal to complete your payment</small></p>
</div>
<div class="clearfix"></div>
<p class="form-group h5"><i class="fas fa-user" aria-hidden="true"></i> CUSTOMER INFORMATION</p>
<div class="row">
<div class="form-group col-md-7">
<input type="text" class="form-control" id="addresses_name" name="addresses_name" required="" readonly="">
<span class="floating-label">Your Full Name</span>
<div class="name-validation invalid-feedback"> Full Name is required </div>
</div>
<div class="form-group col-md-5">
<input type="text" id="phone" class="form-control" name="phone" onkeypress="if ( isNaN( String.fromCharCode(event.keyCode) )) return false;" required="" readonly="">
<span class="floating-label">Phone</span>
<div class="name-validation invalid-feedback"> Phone is required </div>
</div>
<div class="form-group col-md-12">
<input type="email" class="form-control" name="emailaddress" id="emailaddress" onblur="validateEmail(this)" required="" readonly="">
<span class="floating-label">Email address</span>
<div id="email-validation" class="invalid-feedback"> Please enter a valid email address </div>
</div>
</div>
<p id="shipping-info" class="form-group h5 isDigital"><i class="fas fa-shipping-fast" aria-hidden="true"></i> SHIPPING INFORMATION</p>
<div class="row">
<div class="form-group col-md-6">
<select id="paymentLocation2" onchange="onCountryChange(this.value,this.id);" class="custom-select d-block w-100" name="addresses_country" required=""></select>
<div class="country2-validation invalid-feedback"> Please select a valid country </div>
</div>
<div class="form-group col-md-6">
<div id="statewrapper_shipping">
<select class="custom-select d-block w-100" id="addresses_state" name="addresses_state" onchange="recalculateTaxes()" required="">
<option value="">Select State</option>
</select>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-7 isDigital">
<input type="text" class="form-control" id="addresses_city" name="addresses_city" required="" readonly="">
<span class="floating-label">City</span>
<div class="city2-validation invalid-feedback"> Please enter your shipping city </div>
</div>
<div class="form-group col-md-5">
<input type="text" class="form-control" id="addresses_zip" name="addresses_zip" onkeyup="recalculateTaxes()" required="" readonly="">
<span class="floating-label">Zip Code</span>
<div class="zip2-validation invalid-feedback"> Zip code is required </div>
</div>
<div class="form-group col-md-12 isDigital">
<input type="text" class="form-control" id="addresses_address" name="addresses_address" required="" readonly="">
<span class="floating-label">Your Shipping Address</span>
<div class="address2-validation invalid-feedback"> Please enter your shipping address </div>
</div>
</div>
<div id="billing-fields">
<div id="billing-checked" class="clearfix isDigital">
<input checked="checked" id="sameBilling" onclick="document.getElementById('billing-box').classList.toggle('d-none')" type="checkbox" readonly="">
<label for="sameBilling"> Same billing details</label>
</div>
<hr class="form-group">
<div id="billing-box" class="d-none">
<p class="form-group h5"><i class="fas fa-address-card" aria-hidden="true"></i> BILLING INFORMATION</p>
<div class="row">
<div class="form-group col-md-6">
<select id="paymentLocation" onchange="onCountryChange(this.value,this.id)" class="custom-select d-block w-100" name="creditcards_country"></select>
<div class="country-validation invalid-feedback"> Please select a valid country </div>
</div>
<div class="form-group col-md-6">
<div id="statewrapper">
<select class="custom-select d-block w-100" id="creditcards_state" name="creditcards_state">
<option value="">Select State</option>
</select>
</div>
</div>
</div>
<div class="row">
<div class="form-group col-md-7 isDigital">
<input type="text" class="form-control" id="creditcards_city" name="creditcards_city" readonly="">
<span class="floating-label">City</span>
<div class="city-validation invalid-feedback"> Please enter your billing city </div>
</div>
<div class="form-group col-md-5">
<input type="text" class="form-control" onblur="setTimeout(function(){calculateTaxes();}, 500);" id="creditcards_zip" name="creditcards_zip" readonly="">
<span class="floating-label">Zip Code</span>
<div class="zip-validation invalid-feedback"> Zip code is required </div>
</div>
</div>
<div class="row isDigital">
<div class="form-group col-md-12">
<input type="text" class="form-control" id="creditcards_address" name="creditcards_address" readonly="">
<span class="floating-label">Your billing address</span>
<div class="address-validation invalid-feedback"> Please enter your billing address </div>
</div>
</div>
<hr class="form-group">
</div>
<p class="h5 form-group"><i class="fas fa-credit-card" aria-hidden="true"></i> PAYMENT DETAILS</p>
<div id="boleto-pay" class="d-none mb-3">
<input id="boleto" onclick="document.getElementById('cc-box').classList.toggle('d-none');document.getElementById('boleto-box').classList.toggle('d-none')" type="checkbox" readonly=""> <label for="boleto"><u>Pay with Boleto</u></label>
</div>
<div id="cc-box">
<div class="row">
<div class="form-group col-md-12">
<div class="creditcards">
<img src="https://cdn.buygoods.com/assets/checkout/img/visa.svg" alt="Visa" width="30" height="21">
<img src="https://cdn.buygoods.com/assets/checkout/img/mastercard.svg" alt="Mastercard" width="30" height="21">
<img src="https://cdn.buygoods.com/assets/checkout/img/amex.svg" alt="Amex" width="30" height="21">
<img src="https://cdn.buygoods.com/assets/checkout/img/discover.svg" alt="Discover" width="30" height="21">
<img src="https://cdn.buygoods.com/assets/checkout/img/jcb.svg" alt="JCB" width="30" height="21">
</div>
<input type="tel" class="form-control" id="creditcards_cardnumber" name="creditcards_cardnumber" minlength="16" maxlength="19" required="" readonly="" data-cardinal-field="AccountNumber">
<span class="floating-label">Card number</span>
<div class="card-validation invalid-feedback"> Credit card number is required </div>
</div>
</div>
<div class="row">
<div class="form-group col-md-4">
<select id="creditcards_month" class="custom-select d-block w-100" name="creditcards_month" required="">
<option value="">Month</option>
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
<option value="6">6</option>
<option value="7">7</option>
<option value="8">8</option>
<option value="9">9</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
</select>
<div class="month-validation invalid-feedback"> Expiration month is required </div>
</div>
<div class="form-group col-md-4">
<select id="creditcards_year" class="custom-select d-block w-100" name="creditcards_year" required="">
<option value="2022">2022</option>
<option value="2023">2023</option>
<option value="2024">2024</option>
<option value="2025">2025</option>
<option value="2026">2026</option>
<option value="2027">2027</option>
<option value="2028">2028</option>
<option value="2029">2029</option>
<option value="2030">2030</option>
<option value="2031">2031</option>
<option value="2032">2032</option>
<option value="2033">2033</option>
<option value="2034">2034</option>
<option value="2035">2035</option>
<option value="2036">2036</option>
<option value="2037">2037</option>
<option value="2038">2038</option>
<option value="2039">2039</option>
<option value="2040">2040</option>
</select>
<div class="year-validation invalid-feedback"> Expiration year is required </div>
</div>
<div class="form-group col-md-4">
<input type="tel" class="form-control" name="creditcards_ccv" id="creditcards_ccv" onkeypress="if ( isNaN( String.fromCharCode(event.keyCode) )) return false;" required=""
readonly=""><i class="fas fa-question-circle" onclick="document.getElementById('cvc').classList.toggle('open')" aria-hidden="true"></i>
<span class="floating-label">CVV</span>
<div class="ccv-validation invalid-feedback"> Security code is required </div>
</div>
<div id="cvc" class="tooltip" data-tooltip="cvv"><img src="https://cdn.buygoods.com/assets/img/cc-info.png" width="200" alt="">
</div>
</div>
</div>
<div id="boleto-box" class="d-none">
<div class="row">
<div class="form-group col-md-8">
<input type="tel" class="form-control" id="document_number" name="document_number" readonly="">
<span class="floating-label">Document Number</span>
<div class="doc-validation invalid-feedback"> Boleto number is required </div>
</div>
</div>
</div>
</div>
<div id="recurring-terms" class="recurring-field clearfix d-none">
<p><strong>Payment terms:</strong> <span id="payment-terms"></span></p>
<label for="recurring-check">
<input id="recurring-check" type="checkbox" readonly="">
<small>By checking this box, you agree that your credit card will be charged the amount matching your selected package.</small></label>
<p></p>
</div>
<button id="submit" onclick="OnCheckout();" class="btn btn-primary btn-lg btn-block" type="button"><strong id="spinner">Buy Now »</strong></button>
<div id="encrypted" class="text-center mt-2">
<small><i class="fas fa-shield-alt" aria-hidden="true"></i> Secure 256 Bit Encrypted Connection</small>
</div>
</form>
<form>
<input type="hidden" name="JWTContainer" id="JWTContainer" value="">
<input type="hidden" name="cardinal_order_number" id="cardinal_order_number" value="">
<input type="hidden" name="cardinal_response" id="cardinal_response" value="">
<input type="hidden" name="skip_kount_validation" id="skip_kount_validation" value="0">
</form>
Text Content
Invalid URL parameters Order Details Normal Price Your Price $0.00 Shipping $0.00 Taxes $0.00 Total (USD) $0.00 We put our hearts and souls into building BuyGoods as the most safe, friendly and reliable online shopping destination. You are protected by our 60 days no questions asked money back guarantee. Secure Checkout Payment Method Credit Card PayPal You'll be forwarded to PayPal to complete your payment CUSTOMER INFORMATION Your Full Name Full Name is required Phone Phone is required Email address Please enter a valid email address SHIPPING INFORMATION Please select a valid country Select State City Please enter your shipping city Zip Code Zip code is required Your Shipping Address Please enter your shipping address Same billing details -------------------------------------------------------------------------------- BILLING INFORMATION Please select a valid country Select State City Please enter your billing city Zip Code Zip code is required Your billing address Please enter your billing address -------------------------------------------------------------------------------- PAYMENT DETAILS Pay with Boleto Card number Credit card number is required Month123456789101112 Expiration month is required 2022202320242025202620272028202920302031203220332034203520362037203820392040 Expiration year is required CVV Security code is required Document Number Boleto number is required Payment terms: By checking this box, you agree that your credit card will be charged the amount matching your selected package. Buy Now » Secure 256 Bit Encrypted Connection We put our hearts and souls into building BuyGoods as the most safe, friendly and reliable online shopping destination. You are protected by our 60 days no questions asked money back guarantee. Terms of purchase: * By placing an order, you acknowledge that you have read and accept our terms and conditions and refund policy * By entering your contact details on this form, you are giving us consent to contact you about this order * You are buying from BuyGoods (Customer Support: 302-404-2568). * Your purchase will appear on your bank statement under the name "BuyGoods". * The geographic location of your computer has been determined and recorded. All attempts at fraud will be prosecuted. * Information submitted by this payment process is handled within the constraints of our privacy policy. * BuyGoods is not a payment processor or bank. We strictly operate as an online retailer. * Please note that BuyGoods is not responsible for any potential financial losses, including exchange rates or foreign transaction fees. (C) 2022 BuyGoods Inc, 1000 North West st. Suite #1200, Wilmington, DE, 19801, USA