Gives you the ability to change an order’s specific parameters. These can include the following (see the Orders object for specific name values):
- Minimum Amount
- Order Amount
- Order Duration and Expiration Date
- Customer Attributes
- Order Description and Annotation
- Suspension Status and Reason
Best Practices to Ensure Fast API Response TimesBy default, PayNearMe will return all payments related to an order in response to your API call. This results in lengthy responses as your orders accrue payments in our system.
For the fastest responses, sendingreturn_minimal_info=true
ensures that PayNearMe will only return thepnm_order_identifier
and thepnm_customer_identifier
.
If you require more information in the response than that, but do not require payment history, sendingreturn_no_pmts=true
in your request will eliminate payment history entirely.
If you prefer to receive just the most recent payment, sendinglast_pmt_only=true
in your request will limit the response to just the most recent payment.
These options reduce load time and overall bandwidth and can save money on network bandwidth expenses.