# Simple Payments

# Add a Pay Now Button to your Website

# 1. Add a button to your website

First you need to add a button to your website and add "Pay Now" as the button text. Below you will find examples of the most popular E-commerce Platforms. If you cannot find yours in the list, let us know.

# WIX

Click here (opens new window) to see how to add a button to your WIX site.

# Squarespace

Click here (opens new window) to see how to add a button to your Squarespace site.

# WordPress

Click here (opens new window) to see how to add a button to your WordPress site.

# Shopify

Click here (opens new window) to see how to add a button to your Shopify site.

# 2. Copy your URL from the Control Panel

Log in to the Control Panel and go to Simple Payments/Pages. Choose the form you want to use. Click on the 3 dots and Copy Page URL.

# 3. Add the URL to the button

All you have to do is add the URL to the button. Replace your URL with the one between the quotation marks.

<a href="{https://sandbox.basysiqpro.com}/spp/example-page">Pay Now</a>

# Simple Payments API Reference

# Create a new product

Request Method: POST

URL Endpoint: /api/merchant/{merchantid}/product

    # Create a new recurring plan

    Request Method: POST

    URL Endpoint: /api/recurring/plan

      # Create a new custom field

      Request Method: POST

      URL Endpoint: /api/customfields

        # Create a new Simple Payments page

        Request Method: POST

        URL Endpoint: /api/merchant/{merchantid}/simple-payment