Share a checkout link
Let us see what you need to do after creating the checkout link.
The next step can’t be simpler than this. Simply share the checkout link with your customer via WhatsApp, SMS, email, chat, or any other medium, and get paid instantly!
Get the checkout link via web application
On the detail page below, you can see your created checkout link. Using the icon next to it, you can copy-paste it into any online communication medium that is convenient for your customer demographic.
You can also copy the URL from the list page, which lists all of the checkout links that have been created.
Get checkout link via API
This link can also be obtained in the response body (see below) of creating a checkout link or retrieving a checkout link API.
{
"id": "clink_f7kdppx23o2LJ8CZM",
"object": "checkout.link",
"livemode": true,
"payment_id": null,
"status": "active",
"url": "https://checkout.tryspeed.com/pay/cs_test_l3l8gwrfDzPIdjme",
"currency": "USD",
"amount": 200,
"target_currency": "SATS",
"statement_decriptor": "payment to abc company",
"metadata": {
"key_1": "value_1",
"key_2": "value_2"
},
"cashback": {
"id": "cb_xxxxxxxxxxxxxxxxx"
},
"created": 1652694517273,
"modified": 1652694517273
}
The URL that is returned here is the checkout link, which can be shared with customers so that payments can be made.
The checkout link's features
- Checkout link never expires: The checkout link takes your customer to a payment page with a QR code for payment. This QR code is updated on the same checkout link every 10 minutes based on the real-time exchange rate from base currency to cryptocurrency. So, you can always get the right value.
- Checkout link is unique: Each checkout link that is made is unique in terms of amount and other object attributes.
- Checkout link is one-time use: Each checkout link can only be paid for once.
- Checkout link can store metadata: Metadata is useful for storing additional information about the Checkout Link in a structured format.
Share it as you like
You can send checkout links to your customers in a number of ways, depending on how they want to pay and what your business needs.
- Integrate it everywhere: Integrate checkout links with chatbots to make buying on your platform as easy as possible for users. Your marketing campaigns can also use the link as a button or a banner.
- Share on social media: Don't have an app or website for selling? Share it over social media platforms like Facebook, Instagram, WhatsApp, etc., giving your customers a quick checkout option.
- Incorporate it optimally: You can incorporate it into your website or email campaigns or paste it anywhere within a PDF.
Before you begin.
Before you begin, make sure you have followed these prerequisite steps.
- Generate a checkout link
- Set your preferred base currency.
- Set your amount.
What’s next?
Please see the After the payment guide section for more information on whether or not the payment was received.
Updated 3 months ago