Create One-Time Checkout Link

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This API creates a 🔐 One-Time Checkout Link.

Most fields are optional so you can get started quickly and customize as your needs change!

👍

Tip: Render your checkout link in a drawer

Open your new checkout in a drawer on your page in just one function call:

import { renderPaperCheckoutLink } from "@paperxyz/js-client-sdk"

const openCheckout = () => renderPaperCheckoutLink({
  checkoutLinkUrl: "https://withpaper.com/checkout-link-intent/eyJh...",
});

<button onClick={openCheckout}>Buy with Paper</button>
Body Params
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json