v1

latestOpenAPI 3.0.12026-07-14134373.9 KB
Order Service

Get order details

Retrieves order details for the specified orderId.

post/order/details/{orderId}

Path parameters

orderIdinteger required

Unique identifier of the order.

Response

Order details retrieved successfully.

orderIdinteger

Unique identifier of the order.

orderDatestring date-time

Date and time when the order was created.

authorizeAmountnumber

Total authorized amount for the order.

paymentAmountnumber

Total paid amount for the order.

refundAmountnumber

Total refunded amount for the order.

refundBalancenumber

Remaining refundable balance for the order.

statusstring

Current status of the order.

subscriptionIdstring

Subscription identifier associated with this order, when applicable.

Example response

{
  "customer": {
    "identities": [
      {
        "identityTypeId": 1,
        "value": "SSN Number, Passport Id, Driver's license, etc.",
        "countryCode": "US",
        "region": "CA"
      }
    ]
  }
}