ADM-ORDER-500 - Get payment information for a logistic order

Returns the current payment information related to a specific logistic order.


This endpoint is restricted to administrative or supplier-level users (dj-client = OPERATOR or SUPPLIER), and exposes only payment-related data.


It provides visibility over the payment service provider used, the selected payment method option (e.g. credit card, bank wire), and the current payment status (e.g. AUTHORIZED, PAID, REFUNDED).


This route is designed for monitoring or reporting purposes only — no sensitive data or financial operations are exposed.


⚠️ Only payment-related metadata will be available.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the logistic order to retrieve payment information for.

Example: LOGI-ORD-000123)

Query Params
string
Defaults to REFERENCE

The type of identifiers used for the orders.

REFERENCE is used by default.

Headers
string
enum
required

Specifies the client type making the request.

  • OPERATOR: Platform operator user.

  • ACCOUNT: Customer account user.

  • SUPPLIER: Supplier managing orders.

Allowed:
string
required

API key required for authentication. Must be valid and linked to the requesting user.

string

(Optional) Store ID in multi-store environments.

string

(Optional) Store view ID in multi-store environments.

Responses

400

Invalid request parameters.

401

Unauthorized access to the resource.

403

Forbidden access with current credentials.

404

No payment information found for the given order.

500

Unexpected internal server error.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*