/find_orders

To find a specific order, use one of the following values to search:

  • pnm_order_identifier
  • site_order_identifier

To find orders for a specific customer record, use one of the following values to search:
  • pnm_customer_identifier
  • site_customer_identifier
  • site_customer_email
  • site_customer_phone

You can also use one of the following parameters to search for orders:
  • site_creator_identifier
  • site_order_annotation
  • start_date

🚧 Payment Method Sorting

This call sorts the payment methods associated with the order from the most recently added to the oldest.

📌 Return Minimal Info Option

Sending return_minimal_info=true option ensures that PayNearMe will only return the pnm_order_identifier and the pnm_customer_identifier in the order object. This reduces load time and overall bandwidth and can save money on network bandwidth expenses.

Language
URL