Get Order

Retrieves an order

SecurityLimepay-SecretKey
Request
path Parameters
merchantOrderId
required
string
Responses
200
400
401
403
404
405
406
409
422
429
500
503
get/orders/{merchantOrderId}
Request samples
Response samples
application/json
{
  • "merchantOrderId": "ordr_ZqCNYhMSwU7yXmCd",
  • "merchantId": "mcht_ZqCNYhMSwU7yXmCZ",
  • "marketplaceId": "mktp_ZqCNYxMSwU7yXmCi",
  • "internalOrderId": "string",
  • "amount": 0,
  • "currency": "AUD",
  • "paymentTypeAmounts": [
    ],
  • "amountPaid": 0,
  • "customerEmail": "lucy.diamond@star.com",
  • "phoneNo": "+61401234567",
  • "type": "online",
  • "description": "string",
  • "items": [
    ],
  • "invoiceLineItems": [
    ],
  • "taxIncluded": true,
  • "taxIncludedAmountOverride": 0,
  • "discount": {
    },
  • "shipping": {
    },
  • "billing": {
    },
  • "metadata": { },
  • "status": "created",
  • "request3DSOnPayment": true,
  • "emailCustomerReceipt": true,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z"
}
Copyright © April Solutions 2023. All right reserved.