Skip to main content
POST

Overview

Partner uses this API to create a new withdrawal order. See Offramp Flow for the full integration guide.
amount
string
required
Amount to withdraw in USD (or VND if currency=vnd).
currency
string
required
Currency of the amount: vnd or usd.
chain_id
integer
required
Blockchain network ID. See List Tokens.
token_address
string
required
Token contract address. See List Tokens.
payment_info
object
required
User’s bank account details to receive VND.
callback
string
required
HTTPS URL to receive order status webhook notifications.
reference_no
string
Optional. Use this to map the Holdstation Pay order to your internal order. Must be unique per partner.
buffer
number
required
Optional buffer rate override (fractional). Effective buffer = max(override, configured). Example: 0.005 = 0.5%.