🧑‍🚀 CERTHIS 🧑‍🚀
  • 🎯GET STARTED
    • Platform Quick Overview
    • Certhis Academy
    • Create Collection
  • 👾API Object References
    • Collection
    • NFT
    • User
    • Label
    • Currency
  • 🖼️Dynamic NFT
    • Authentication
    • API Endpoints
  • ⚙️Web3 CRM
    • API Endpoints
    • Webhook
  • 🍏Apple & Google Wallet
    • API Endpoints
    • Scanner
  • 🛒NFT Checkout
    • Claimer
    • API Endpoint
  • ⛏️Mint API
    • API Endpoint
    • MINTER ADDRESS
    • Webhook
    • Free Claim User
  • ✴️API endpoints
    • COLLECTION
    • CURRENCIES
    • NFT
    • STATISTICS
    • TRANSACTIONS
    • USER
    • SIGNATURE
    • CONTRACT
  • 📖Certhis SDK
    • Deploy Collection
    • Fetch NFT
    • Fetch Transactions
  • 💰Certhis WALLET
    • Introduction
    • Usage
    • Generate Wallet
    • Export private key
    • Connect to DAPP
  • 📜Smart Contract
    • ABI
    • INTERFACE
    • Audit
    • Contract Checker
  • 💸Royalties
    • Mint Royalties
    • Resell Royalties
    • Affiliation Royalties
    • Co-Creator Royalties
    • Deactivate Collection Royatlies
  • GATE
  • Community
    • 🔗Certhis On Social Media
    • 🏛️Founders
    • 📞Contact
  • FAQ
    • ❔FAQ
Powered by GitBook
On this page
  1. NFT Checkout

API Endpoint

POST Create payment link

On success, it will return a payment link

Example of request:

https://paytweed.certhis.io/get-payment-link

Query Parameters

Parameter
Description

collection_address

the collection address

chain_id

the chain id

nft_id

specify the nft_id for a lazy mint collection or for a secondary sale

wallet

the wallet address of the reciever

nb_mint

from 1 to 5

{
    "widgetUrl": "https://whitelabel-widgets.paytweed.com/token/purchasing?sessionId=29f03488-8231-41e9-b1ff-7c434c02d9f2&requestId=9a4cfd37-9508-4405-a63d-4ad7fce23e59&whitelabelPlatformId=0bca9bb8-d07a-496e-ba9f-25cf8c63137e&showKycMessage=false&redirecturiOnSuccess=https%3A%2F%2Fwww.redirectUriOnSuccess.com&redirecturiOnFail=https%3A%2F%2Fwww.redirectUriOnFail.com%2F&palette=eyJkYXJrIjp7fSwibGlnaHQiOnsicGFsZXR0ZSI6eyJwcmltYXJ5Ijp7Im1haW4iOiIjMDAwMDAwIn19fX0%3D",
    "requestId": "9a4cfd37-9508-4405-a63d-4ad7fce23e59"
}
PreviousClaimerNextMint API

Last updated 9 months ago

🛒