shopify
The following document guides you through accepting paymennt payments through Shopify.
This guide assumes that you already have a paid Shopify account.
Create a custom app
In your Shopify, go to
Apps
>Develop apps for your store
(at the bottom of the page) and clickCreate an app
. If custom apps are disabled, enable custom apps development.Fill in the app name and and press on
Create app
.From
Configuration
tab, grantRead and write
permission forOrders
and click onSave
at the top right corner then clickCreate app
in the confirmation prompt.Navigate to
API credentials
tab and press onInstall app
.Copy the
Admin API access token
from the paymennt application as shown below. We will use this in the next section.
Configure paymennt
paymennt web console
To complete this integration, you must first login to the paymennt web console
Shopify Configuration
From the side menu, Select "Integrations" -> "Shopify Integration" as shown in the image below
Connecting your Shopify account
- Click on "connect to Shopify"
- Fill the form with then click on "Connect":
- endpoint: your shop's domain
- token: the
Admin API access token
copied from Step 5 in creating the custom app
- Copy the HTML code shown on the confirmation page. We will use this in the next steps.
Shopify Additional Scripts
- Go back to Shopify. Select
Settings
then click onCheckout
- Scroll down to the
Additional Scripts
section and paste the code from Step 3 above into theOrder status page
text box. Click Save when done.
Manual Payment method
- Go back to Shopify. Select
Settings
then click onPayments
- Scroll down to the
Manual payment methods
. Click onAdd manual payment method
and then selectCreate custom payment method
.
- Fill in the required details to setup the manual payment method:
- Custom payment method name:
Card payment (via paymennt.com)
- Additional details:
Complete your purchase using a credit or debit card
- Custom payment method name:
- Click
Activate
when done