Skip to main content
GET
Get Order Details

Authorizations

X-API-Key
string
header
required

Path Parameters

order_id
string<uuid>
required

Response

Successful Response

Detailed domain order information including payment history

id
string<uuid>
required
organization_id
string<uuid>
required
domain_name
string
required
registrar
string
required
years
integer
required
price
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
string
required
amount_paid
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
amount_due
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
fully_paid
boolean
required
status
enum<string>
required
Available options:
pending,
ready_to_process,
price_changed,
processing,
completed,
failed,
cancelled,
refunded
dns_setup_requested
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
registrar_order_id
string | null
error_message
string | null
contact_info
Contact Info · object | null
nameservers
string[] | null
privacy
boolean
default:true
auto_renew
boolean
default:true
dns_provider
string | null
dns_setup_status
string | null
dns_zone_id
string | null
dns_nameservers
string[] | null
dns_setup_error
string | null
dns_setup_started_at
string<date-time> | null
dns_setup_completed_at
string<date-time> | null
completed_at
string<date-time> | null
payment_allocations
Payment Allocations · object[]