post https://api.paynearme-sandbox.com/json-api/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 SortingThis call sorts the payment methods associated with the order from the most recently added to the oldest.
Return Minimal Info OptionSending
return_minimal_info=true
option ensures that PayNearMe will only return thepnm_order_identifier
and thepnm_customer_identifier
in theorder
object. This reduces load time and overall bandwidth and can save money on network bandwidth expenses.