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 suspended order you want to unsuspend immediately. Once an order is unsuspended/activated, consumers can make payments immediately.

post/unsuspend_order

Request body

OR

Example request

{
  "pnm_order_identifier": "84338052224"
}

Response

Order Unsuspended

order_unsuspendedstring

Displays the order that was unsuspended.

Example response

{
  "order_unsuspended": "83965029698"
}