Allows developers to retrieve details about a specific order in an e-commerce platform, with the Order Number as the input parameter. This endpoint can be integrated into an invoicing system to allow merchants to view detailed information about an individual order, such as customer details, payment status, and order total. The response from this endpoint will contain a JSON object that includes all the relevant order information.

Log in to see full request history
Path Params
string
required

orderNumber

Headers
string
required

Access Token

Responses

Response body
object
string

The phone number of the client who placed the order

string

The name of the client who placed the order.

boolean

Indicates whether the order has been reconciled.

string

A note associated with the order.

double

Refers to the total amount charged for an order.

date-time

Refers to the date a customer placed an order in an e-commerce platform.

int64

The unique identifier of the order.

string

Refers to a unique identifier assigned to an order in a merchant e-commerce platform.

string

Refers to the payment status for an order

double

The fees charged by Paylink, if applicable.

double

The VAT charged by Paylink, if applicable

double

The amount settled, if applicable.

string

The bank account number for the settlement, if applicable.

string

The IBAN for the settlement, if applicable.

string

The settlement number, if applicable.

string

Refers to a unique identifier assigned to an order in Paylink system.

401

You are not authorized to view the resource

403

Accessing the resource you were trying to reach is forbidden

404

The resource you were trying to reach is not found

Language