Links

Payment links

Merchants can use payment links instead of custom API integration to accept payments.
Payment link is an invoice-based tool which can be flexibly integrated into payment and sales scripts.
Examples of usage:
  • The "Payment by Crypto" button from the shopping cart
  • QR code for cryptocurrency payment on the web, a PDF or a paper version of the invoice
  • Sending the payment link to an online chat while talking to the client.
  1. 1.
    Log in to your Cryptopay Business account
  2. 2.
    Navigate to Settings → Widget
  3. 3.
    Generate a widget key
  4. 4.
    Create a link with the required GET parameters
  5. 5.
    Provide a link to the customer to make a payment.
To create a link, please use the domain depending on the environment:

Parameters

Parameter
Type
Usage
Description
widgetKey
string
Required
Your widget key
priceAmount
number (double)
Required
Purchase amount
priceCurrency
string
Required
Purchase currency
customId
string
Optional
Purchase reference ID in your system
successRedirectUrl
string
Optional
URL of the page the user will be redirected to if the payment is successful.
unsuccessRedirectUrl
string
Optional
URL of the page the user will be redirected to in case of an error.
description
string
Optional
Purchase description
name
string
Optional
Purchase name
locale
string
Optional
Can be en or jp which means Japanese or English language. en is set by default
theme
string
Optional
Controls the color design. light (by default) or dark.