Skip to main content
POST
Submit payment on a page

Path Parameters

slug
string
required

Page slug

Body

application/json
asset
enum<string>
required

Cryptocurrency asset to pay with

Available options:
BTC,
TRX,
BNB,
TON,
USDT,
ETH,
USDC,
SOL
Example:

"USDT"

network
enum<string>
required

Blockchain network for the payment

Available options:
Bitcoin,
Binance_Smart_Chain,
Ethereum,
Solana,
Tron,
Base,
Arbitrum,
TON
Example:

"Tron"

first_name
string
required

Customer first name

Example:

"Billy"

last_name
string
required

Customer last name

Example:

"James"

email
string
required

Customer email

Example:

"james@example.com"

amount
number

Amount

Example:

50

metadata
object

Response

Payment session created successfully.