Skip to content

Instantly share code, notes, and snippets.

@nico2che
Created August 27, 2020 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nico2che/143552bcd5ab9a833af6a64719e2fd53 to your computer and use it in GitHub Desktop.
Save nico2che/143552bcd5ab9a833af6a64719e2fd53 to your computer and use it in GitHub Desktop.
<form id="payment-form"
action="https://www.mollie.com/shopify/checkout/payment?method=creditcard&amp;mode=test"
accept-charset="UTF-8" method="post">
<input type="submit" name="commit" value="Continue to payment" class="full-page-overlay__btn btn hidden-if-js">
<input type="hidden" name="x_reference" id="x_reference" value="14657131937950">
<input type="hidden" name="x_account_id" id="x_account_id" value="6142451">
<input type="hidden" name="x_amount" id="x_amount" value="49.80">
<input type="hidden" name="x_currency" id="x_currency" value="EUR">
<input type="hidden" name="x_url_callback" id="x_url_callback" value="https://connect-weglot-mollie.myshopify.com/services/ping/notify_integration/credit_card_mollie_/42914087070">
<input type="hidden" name="x_url_complete" id="x_url_complete" value="https://en.connect-weglot-mollie.tk/42914087070/checkouts/3a6a67e6a6411a80a45f1fda08853fa4/offsite_gateway_callback">
<input type="hidden" name="x_shop_country" id="x_shop_country" value="FR">
<input type="hidden" name="x_shop_name" id="x_shop_name" value="Connect Weglot Mollie">
<input type="hidden" name="x_test" id="x_test" value="true">
<input type="hidden" name="x_customer_first_name" id="x_customer_first_name" value="Weglot">
<input type="hidden" name="x_customer_last_name" id="x_customer_last_name" value="Weglot">
<input type="hidden" name="x_customer_email" id="x_customer_email" value="nicolas@weglot.com">
<input type="hidden" name="x_customer_billing_country" id="x_customer_billing_country" value="FR">
<input type="hidden" name="x_customer_billing_city" id="x_customer_billing_city" value="75116 - PARIS 16">
<input type="hidden" name="x_customer_billing_address1" id="x_customer_billing_address1" value="40 rue Lauriston">
<input type="hidden" name="x_customer_billing_zip" id="x_customer_billing_zip" value="75116">
<input type="hidden" name="x_customer_shipping_country" id="x_customer_shipping_country" value="FR">
<input type="hidden" name="x_customer_shipping_first_name" id="x_customer_shipping_first_name" value="Weglot">
<input type="hidden" name="x_customer_shipping_last_name" id="x_customer_shipping_last_name" value="Weglot">
<input type="hidden" name="x_customer_shipping_city" id="x_customer_shipping_city" value="75116 - PARIS 16">
<input type="hidden" name="x_customer_shipping_address1" id="x_customer_shipping_address1" value="40 rue Lauriston">
<input type="hidden" name="x_customer_shipping_zip" id="x_customer_shipping_zip" value="75116">
<input type="hidden" name="x_invoice" id="x_invoice" value="#14657131937950">
<input type="hidden" name="x_description" id="x_description" value="Connect Weglot Mollie - #14657131937950">
<input type="hidden" name="x_url_cancel" id="x_url_cancel" value="https://en.connect-weglot-mollie.tk/42914087070/checkouts/3a6a67e6a6411a80a45f1fda08853fa4?key=82783f4781f85caba8b52f3ec6f57244">
<input type="hidden" name="x_signature" id="x_signature" value="89499ce089d884b223bcc29df1d06999759df93bcb47037f542051ac49add2e6">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment