Skip to main content
POST
Simulate an invoice payment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Success

id
string
environment
string
status
enum<string>
Available options:
creating,
pending,
completed,
expired,
failed,
manual_review
depositAmount
string
Pattern: ^\d+(\.\d{1,2})?$
Example:

"100.00"

fee
string
Pattern: ^\d+(\.\d{1,2})?$
Example:

"1.50"

creditAmount
string
Pattern: ^\d+(\.\d{1,2})?$
Example:

"98.50"

address
string | null
payAmount
string | null

Exact USDT transfer amount; up to 6 decimals. Never round this value.

Example:

"100.000123"

asset
string
network
string
expiresAt
string<date-time> | null
createdAt
string<date-time>