Get Transactions of OrderNumber

Allows developers to retrieve a list of orders based on the order number of the merchant provided as input. This endpoint can be integrated into an e-commerce platform to enable merchants to view all orders settled under a particular settlement number. The response from this endpoint will contain information about each order, such as the order number, customer details, shipping information, and order total.

Request Type

GET

Endpoint

πŸ“˜

Production Server

https://restapi.paylink.sa/api/getTransactionsOfOrderNumber

πŸ“˜

Testing Server

https://restpilot.paylink.sa/api/getTransactionsOfOrderNumber

Request Headers:

HeaderRequiredDescription
AuthorizationYesAn access token obtained through the authentication process
acceptYesThe expected response format. application/JSON

URL Parameters

ParameterValue TypeRequiredDescription
orderNumberStringYesThe order number is in the system of the merchant.

Response Body:

The response will be an array of JSON objects that includes all relevant information for the orders retrieved within the specified date range. For more details, click here.

NameTypeDescription
orderIdintegerThe unique identifier of the order
orderNumberstringThe unique order number
transactionNoStringRefers to a unique identifier assigned to an order in Paylink system.
orderDatedateRefers to the date a customer placed an order in an e-commerce platform.
orderAmountfloatRefers to the total amount charged for an order.
orderStatusStringRefers to the payment status for an order
paylinkFeesfloatThe fees charged by Paylink, if applicable
paylinkVatfloatThe VAT charged by Paylink, if applicable
notestringA note associated with the order
clientNamestringThe name of the client who placed the order
clientMobilestringThe phone number of the client who placed the order
isReconciledbooleanIndicates whether the order has been reconciled
settlementNumberstringThe settlement number, if applicable
settlementBankstringThe bank account number for the settlement, if applicable
settlementAmountfloatThe amount settled, if applicable
settlementIbanstringThe IBAN for the settlement, if applicable

Error Respoinse

  • Status code: 401 Unauthorized
  • Status code 404: Not found.