Invoices
Fetch Payment Invoice
Retrieves details of an existing payment invoice
POST
/
api
/
v1
/
merchants
/
invoice
/
fetch
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
invoiceId
string
requiredID of the payment invoice to fetch
Response
200 - application/json
id
string
merchantId
string
paymentUrl
string
status
enum<string>
Available options:
PENDING
, CONFIRMING
, UNDER_PAID
, PAID
, FAILED
, EXPIRED
address
string
txHash
string
amount
number
amountCurrency
string
rate
number
payAmount
number
cryptoCurrency
object
network
object
feePaidByPayer
boolean
underPaidCover
number
isWhiteLabel
boolean
returnUrl
string
expiresAt
string
createdAt
string