API
  • Introduction
    • Payment mechanism
    • Making requests
    • Authentication
    • Rate limits
  • Currency
    • Available currencies
    • Price and Converter
  • Merchant
      • List
      • Wallet
      • History
      • Transaction
      • Withdrawal
      • Confirm withdrawal
      • Cancel withdrawal
      • Order history
      • Create order
      • Order details
      • Remove order
      • Update method
      • Create address
      • Address details
      • Archive address
      • Events
  • Payment notification
    • Address webhook
    • Invoice webhook

On This Page

  • Invoice details
  • Path
  • Response
Merchant
Invoice
Order details

Invoice details

Method: GET
Route: /merchants/:merchant/invoices/:id (opens in a new tab)

Provides detailed information about the order and allows anyone to view the data. Currently, no authorization is required.

Path

ParameterTypeDescription
merchantStringrequired Merchant ID in UUIDv4 format
idStringrequired Invoice ID in UUIDv4 format

Response

TypeDescription
ObjectInvoice data
Create orderRemove order

CryptoSteroid API

Version: 1.0

Last Updated: 14th May, 2025