v1

latestOpenAPI 3.0.12026-07-264182324.3 KB
Orders

Use either the <code>pnm_order_identifier</code> or the <code>site_order_identifier</code> to find the active order you want to suspend immediately. Consumers cannot make payments against suspended orders.

post/suspend_order

Request body

OR

Example request

{
  "pnm_order_identifier": "84338052224"
}

Response

Order Suspended

order_suspendedstring

Displays the order that was suspended.

Example response

{
  "order_suspended": "83965029698"
}