post
https://withpaper.com/api/2022-08-12/shareable-checkout-link
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Tip: Render your checkout link in a drawerOpen 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/...", }); <button onClick={openCheckout}>Buy with Paper</button>