Get order

[GET] /api/v2/order

Gets an order by its ID or merchant order params.

Request query params type:

type QueryParams = {
    orderId?: string,// optional
    orderParams?: string,// optional
}

Request URL example:

GET /api/v2/order?orderId=69281d944a1db009177f0198

Response type:

Response example:

Last updated