v1
latestOpenAPI 3.0.12026-07-264182324.3 KBOrders
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
Example request
{
"pnm_order_identifier": "84338052224"
}Response
Order Suspended
Example response
{
"order_suspended": "83965029698"
}