/payment-orders/{orderId}Get Payment Vault Order
Outcome - Retrieves a single payment vault order by its ID.
Path Parameters
orderIdstringThe ID of the payment order to retrieve
Responses
Response attributes
messagestringSuccess message
dataobjectPayment vault order details
Show child attributes (19)
idstringOrder ID
vaultIdnumberVault ID
clientNamestringClient name
itemNamestringItem name
statusstringOrder status (PENDING, COMPLETED, CANCELLED, PARTIALLY_PAID, EXPIRED, PAID)
amountInDollarstringAmount in USD
amountInFiatstringAmount in vault's fiat currency
emailstringCustomer email
expirationstringOrder expiration time
walletIdstringWallet ID
vaultobjectVault configuration details
Show child attributes (4)
idnumberVault ID
namestringVault name
fiatCurrencyobjectFiat currency details
Show child attributes (4)
idnumberCurrency ID
namestringCurrency name
symbolstringCurrency symbol
pricingIdstringPricing identifier
photostring | nullVault photo URL
walletobjectWallet details with asset and network information
Show child attributes (11)
idnumberWallet ID
balancestringCurrent wallet balance
pendingBalancestringPending balance
publicAddressstringBlockchain address for payment
transactionsCountstringNumber of transactions
targetIdstringTarget ID
protocolnumberProtocol number
assetobjectAsset details with network information
Show child attributes (15)
idnumberAsset ID
networkIdnumberNetwork ID
pricingIdstringPricing ID
namestringAsset name
symbolstringAsset symbol
contractAddressstring | nullContract address (null for native coins)
decimalsnumberAsset decimals
networkobjectNetwork details
Show child attributes (11)
idnumberNetwork ID
namestringNetwork name
symbolstringNetwork symbol
categorystringNetwork category (EVM, Solana, etc.)
typestringNetwork type (PUBLIC, PRIVATE)
statusstringNetwork status
logostringNetwork logo URL
isSwappablebooleanWhether the network supports swapping
chainobjectChain configuration details
Show child attributes (5)
idnumberChain ID
namestringChain name
nativeCurrencyobjectNative currency details
Show child attributes (3)
namestringCurrency name
symbolstringCurrency symbol
decimalsnumberCurrency decimals
rpcUrlsobjectRPC URLs
Show child attributes (1)
defaultobjectDefault RPC configuration
Show child attributes (1)
httparrayHTTP RPC URLs
blockExplorersobjectBlock explorer details
Show child attributes (1)
defaultobjectDefault block explorer
Show child attributes (2)
namestringExplorer name
urlstringExplorer URL
createdAtstringNetwork creation timestamp
updatedAtstringNetwork update timestamp
typestringAsset type (COIN, TOKEN)
statusstringAsset status
logostringAsset logo URL
vaultStatusstringAsset status in vault
isHiddenbooleanWhether asset is hidden
createdAtstringAsset creation timestamp
updatedAtstringAsset update timestamp
typestringWallet type (ORDER)
createdAtstringWallet creation timestamp
updatedAtstringWallet update timestamp
amountToBeCollectedstringAmount available for collection
transactionsarrayArray of completed incoming transactions
Show child attributes (5)
idnumberTransaction ID
amountstringTransaction amount
blockMinedAtstringBlock mining timestamp
blockchainTransactionIdstringBlockchain transaction hash
createdAtstringTransaction creation timestamp
balancestringTotal amount received from transactions
expirationWithTolerancestringExpiration time with tolerance period
paymentLinkstringPayment page URL
globalIdstringGlobal unique identifier
amountInAssetstringAmount in cryptocurrency
statusnumberHTTP status code
Was this page helpful?