/create_invoice
GET /create_invoice/{network}/{coin}/{amount}
Response Examples
Success
Responses
HTTP Status Code
Meaning
Description
Data schema
200
Success
Inline
Responses Data Schema
HTTP Status Code 200
Name
Type
Required
Restrictions
Title
description
» status
string
true
none
none
» data
object
true
none
none
»» invoice_id
string
true
none
none
»» merchant_name
string
true
none
none
»» transaction_id
null
true
none
none
»» currency
string
true
none
none
»» wallet_address
null
true
none
none
»» exchange_rate
null
true
none
none
»» amount
string
true
none
none
»» client_amount
null
true
none
none
»» order_id
string
true
none
none
»» description
string
true
none
none
»» lang
string
true
none
none
»» status
string
true
none
none
»» confirmation_status
null
true
none
none
»» created_at
string
true
none
none
»» payment_due_date
null
true
none
none
Last updated
Was this helpful?