Create a fiat-to-crypto checkout session
On-Ramp
Create Checkout
Create a fiat on-ramp checkout session
POST
Create a fiat-to-crypto checkout session
Creates a checkout session for a fiat-to-crypto purchase. Returns aDocumentation Index
Fetch the complete documentation index at: https://docs.hypermid.io/llms.txt
Use this file to discover all available pages before exploring further.
checkoutUrl that you redirect the user to for payment completion.
The fiat currency code (e.g.,
USD, EUR, GBP).The crypto asset symbol (e.g.,
ETH, USDC).The chain ID to receive crypto on.
The fiat amount to spend.
Payment method:
credit_card, debit_card, or bank_transfer.The wallet address to receive crypto.
URL to redirect the user to after payment. The order UID will be appended as a query parameter.
Your own reference ID for this order.
Authorizations
Partner API key. Optional for public endpoints, required for /v1/partner/*.
Body
application/json
Destination wallet address
Example:
"USDC"
Example:
"base"
Example:
"USD"
Example:
50
Example:
"card"
Redirect URL after payment. Use UID as placeholder for the order ID.