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 suspended order you want to unsuspend immediately. Once an order is unsuspended/activated, consumers can make payments immediately.
post/unsuspend_order
Request body
Example request
{
"pnm_order_identifier": "84338052224"
}Response
Order Unsuspended
Example response
{
"order_unsuspended": "83965029698"
}