Shopify
The PayLater plugin offers merchants the ability to integrate "Buy Now, Pay Later" (BNPL) functionality into their Shopify stores, providing customers with flexible payment options. This comprehensive guide will walk you through the step-by-step installation and configuration process for seamless integration.
Manual Step
Step 1: Setup PayLater as a Manual Payment Method
Go to your Shopify Admin (ex. [yourstore.com].myshopify.com/admin) and click on Settings in the left-hand navigation panel

Click on the “Payment Menu” from left menu & scroll down to the “Manual payment methods” section.

In this section, click on the dropdown labeled “Manual payment methods” and select "Create custom payment method"

In the “Set up manual payment form”, copy/paste the details as shown below in the appropriate field (NOTE: You can write according to your checkout design):
(Custom payment method name) Split in 4 interest-free payments with PayLater
(Additional Details) PayLater allows you to split your purchase into 4 interest-free installments.
(Payment Instructions) You'll receive an email with a secure link from PayLater to complete your payment.

Click on the "Activate" button to save your work. You will see “Split in 4 interest-free payments with PayLater“ appear under the Manual Payment Methods.

Step 2: Create the PayLater Private App
In Settings, go to “Apps and sales channel“ in the left menu and then click on the Develop apps button on the top.

Click on “Allow legacy custom app development“.



In the “Create an app” form, Set “PayLater Payment” as App name.

You will be redirected to the below screen. Navigate to “Configuration”.

Under “Configuration”, click on “Configure” button next to “Admin API integration” to add scope permissions.

Scroll down and modify the following access in each respective dropdown. You do not need to modify any other dropdowns.
Orders (Read and Write)
Fulfillment Services (Read and Write)

Click "Save" button. This will add scope configuration for admin

Now go to “API Credentials” section in the “Apps and sales channel” navigation and click on “Install app” button. It will prompt for confirmation

To protect your data, you’ll only be able to reveal your Admin API token once. Copy and save your Admin API access token in a secure place

Copy the API Key and Api secret key and save
Step 3: Setting Webhook
In Settings, go to “Notifications“ in the left menu and then click on the Webhooks.

Now click “Create webhook”

In the “Add webhook” form, copy/paste the details as shown below in the appropriate field and click on Save
Event (Order Creation)
Format (JSON)
Webhook API version (Unstable)

Step 4 : Linking Shopify to PayLater Backend App
In Settings, go to “Apps and sales channels“ in the left menu and then click on the “Build apps in Dev Dashboard”

Click on “Create an app“

Set “PayLater Payment” as App name

Fill App URL form with https://shopify.paylaterapp.com/api/webhooks/shopify value

Select below mentioned Scopes
Orders (Read and Write)
Fulfillment Services (Read and Write)


Also set Redirect URLs form with https://shopify.paylaterapp.com/api/webhooks/shopify value

Click “Release”

Set Version name (optional) and then click “Release”
Version name (optional) ⇒ v1-2025

Final Step:
Save all the keys you receive during this all process.
Send following keys to your account manager to activate your store for payments.
Shop Url (store.com)
Access Token (shpat***********************************)
Shopify API Secret (shpss******************************)
Last updated