Enables developers to retrieve a list of orders within a specific date range, with the from and to dates as input parameters. This endpoint can be integrated into an e-commerce platform to allow merchants to view orders during a specific period. The response from this endpoint will contain information about each order, such as the order number, customer details, and order total.

Log in to see full request history
Query Params
string
required

from

string
required

to

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