Skip to main content
GET
Get offering order

Authorizations

Authorization
string
header
required

Bearer access token from POST /api/auth

Path Parameters

offeringId
string<uuid>
required

offeringId identifier

orderId
string<uuid>
required

orderId identifier

Response

Success

id
string<uuid>
required
offering
object
required
units
string
required
total_amount
number
required
payment_provider
enum<string> | null
required
Available options:
bank_transfer,
stripe,
checkout,
tokensale
paid_at
string | null
required
paid_amount
number
required
currency
string | null
required
status
enum<string>
required
Available options:
ORDERED,
PAID,
NOPAYMENT,
READYTOMINT,
MINTING,
MINTED,
CANCELLED
account
object
required
payment_bank_account
object
required
created_at
string | null
required