# Shopify Integration

### Signup for Aurpay

\
Sign up for an [Aurpay Merchant Account](https://dashboard.aurpay.net/). After completing onboarding, you’re ready to start accepting cryptocurrency payments.

## Step 1：Create an App in Shopify.

In the Shopify dashboard, open “Settings”.

<figure><img src="/files/mItYhoNAFYc0MCqUff2Q" alt=""><figcaption><p> </p></figcaption></figure>

Open “Apps and sales channels”. Then Click “Develop apps”.

<figure><img src="/files/kzSLtgZIxGJOskDoowea" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Aw5aMtVCfYzNjRRinzzG" alt=""><figcaption></figcaption></figure>

And “Create an app”, name it as "AURPAY".

<figure><img src="/files/LTD4caBnppnvDbE8dBwE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/fMPTa61LkH4DYAfF9TSW" alt=""><figcaption></figcaption></figure>

Click “Configure Admin API scopes”

<figure><img src="/files/o1rWLv5zmk0ZRQgFvF7d" alt=""><figcaption></figcaption></figure>

Enable these access and Save:

```
write_draft_orders,  read_draft_orders
write_orders,        read_orders
write_order_edits,   read_order_edits
```

<figure><img src="/files/4RhJxdAuJfxk4qZh3aAQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yCB3Ll6D4Xl1TkcVQSEf" alt=""><figcaption></figcaption></figure>

Scroll up and “Install app”， then copy your "**Shopify API key**", "**Admin API access token**".

<figure><img src="/files/A9smTkGrxtSoRAZfenYT" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/O9cG7FYSLYVUMVGFzFuJ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MFsDZ2xmQB5wjOFcc3at" alt=""><figcaption></figcaption></figure>

## Step 2：Grant API access in Aurpay Merchant Dashboard & Finish Checkout Settings in Shopify.&#x20;

Copy and paste the "**Shopify Admin API access token**", "**Shopify API key**" and your domain. Click "**Connect to Shopify**"

<figure><img src="/files/MpF8pym87lmNpqofP8es" alt=""><figcaption></figcaption></figure>

Copy and paste the Script to Shopify checkout

<figure><img src="/files/W6d0efWZa8EPUsGhRL7l" alt=""><figcaption></figcaption></figure>

Go to Shopify checkout

<figure><img src="/files/yVOEvK2ml91cyJ50mSOe" alt=""><figcaption></figcaption></figure>

Paste the Script in "Additional scripts" and Save.

<figure><img src="/files/TDGMTIyS5aHWa6Su2Fc4" alt=""><figcaption></figcaption></figure>

## Step 3：Add Aurpay payment method in Shopify.

Add and activate a payment method with the name "Aurpay Crypto Payment", in the Shopify dashboard.

Go to "**Add a Manual payment method**" -> "**Create custom payment method**"

<figure><img src="/files/GGpccpUq5J36ES55Kz5u" alt=""><figcaption></figcaption></figure>

Congratulations! You are ready to accept Crypto Payments on your Shopify store.

<figure><img src="/files/ap2kmYHTdY2pY1DfQx1S" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aurpay.net/product-guides/get-started/e-commerce-integrations/shopify-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
