/
/durianpay-api
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
default2
Subscriptions5
  • getOrder Fetch API
  • postCreate Order API
  • getOrder Fetch by ID API
  • postBuy Now Pay Later (BNPL)
  • getPayment Fetch API
  • getPayment Fetch by ID
  • getCheck Payment Status
  • postVerify Payments
  • putCancel Payment API
  • getFetch Virtual Account
  • postCreate Virtual Account
  • getFetch Virtual Account by ID
  • patchPatch Virtual Accounts By ID
  • postGenerate Access Token (B2B) API
  • postCreate Virtual Account
  • postInquiry Virtual Account API
  • putUpdate Virtual Account API
  • postCreate eWallet Payment API
  • postInquiry eWallet Payment Status
  • postCancel eWallet Payment
  • postRefund eWallet Payment
  • postGenerate QRIS
  • postQuery QRIS
  • postCancel QRIS
  • postRefund QRIS Payment
  • postBank Account Inquiry API
  • postBank Transfer API
  • postBank Transfer Status Inquiry API
  • postE-Wallet Account Inquiry API
  • postE-Wallet Transfer API
  • postE-Wallet Transfer Status Inquiry API
  • postBalance Inquiry API
  • getFetch Sub-Account
  • postRegister Sub-Account
  • putUpdate Sub-Account
  • postUpdate Sub-Account Fees
  • getFetch Sub-Account Fees
  • getFetch Subaccount Balance API
  • patch/customers/{id}
  • getRefund Fetch
  • postCreate Refund
  • getRefund Fetch by ID
  • getRefund Fetch by Payment ID

Order Fetch by ID API

The following endpoint retrieves the details of a single Order

get/orders/{id}

Path parameters

idstring required

Unique identifier of the Order to be retrieved

Query parameters

expandstring

Used to retrieve additional information about the Order. Supported values are: customer, payments. Example: /orders/ord_A1B1C1D1234?expand=customer&expand=payments

Response

200

Changes