discord twitter Log In Get Started

Accept CoinPal on Shopify

1. Sign up for a CoinPal account

2. Add your Shopify Admin API access token on CoinPal

3. Connect your Shopify store with CoinPal

How to start accepting crypto on Shopify

Step 1: Go to your Shopify "Apps", click "Develop Apps" and "Create an App". Enter the App name and the developer's email

Step 2: In Configuration tab, choose "Admin API integration". Give a "Read and Write" permission to Orders and Draft orders and click "Save"

Step 3: Go to the API credentials tab and press "install app". Click "Reveal token once" in the module of Admin API access token

Step 4: Go to your CoinPal Account > My Account > My Store > choose/add store & click "Configuration" > click"Shopify" and fill the fields using the info from the Shopify API credentials tab (access token)

Step 5: Click "Connect to Shopify"

Step 6: Copy the "Additional script" in the right column

Step 7: Go to your Shopify Settings > Checkout > Order processing > Additional Scripts and paste the script. Click "Save"

Step 8: Go to Shopify Settings > Payment Providers > Manual Payment Methods. Add a Custom payment method, ensure the Custom payment method name is the same as the one you set in the CoinPal > My Account > My Store > Payment method name.Then activate it.

Step 9: Go to Shopify Settings>Notifications>Order confirmation

Click "Edit code"

Replace the "Thank you for your purchase!" with the following code

{% if financial_status=='paid' %}

Thank you for your purchase!
{% else %}
Thank you for your order!
{% endif %}

Replace the "We're getting your order ready to be shipped. We will notify you when it has been sent." with the following code

{% if financial_status=='paid' %}
We're getting your order ready to be shipped. We will notify you when it has been sent.
{% else %}
You can continue to pay by clicking "View your order" below
{% endif %}
Get Started

or contact agent for instant support

Live Chat