v1
latestOpenAPI 3.0.12026-07-264182324.3 KBOne-Time Schedules
Use either the <code>pnm_order_identifier</code> or the <code>site_order_identifier</code> to find the order and then include the following required parameters to make the payment:<ul><li><code>payment_amount</code></li><li><code>payment_currency</code></li><li><code>payment_method_identifier</code></li><li><code>payment_date</code></li><li><code>payment_authorization</code></li><li><code>pricing_schedule_name</code></li></ul>
post/schedule_payment
Request body
Example request
{
"pnm_order_identifier": "84338052224"
}Response
Scheduled Payment Created
Example response
{
"pnm_scheduled_payment_identifier": "466410151625253",
"scheduled_payment_date": "2023-10-19T00:00:00Z",
"scheduled_payment_amount": 250,
"scheduled_payment_currency": "USD",
"scheduled_payment_status": "active",
"scheduled_payment_payment_method": "Bank of Glen Ullin 6816",
"scheduled_payment_created_by": "Merchant",
"scheduled_payment_type": "recurring",
"scheduled_payment_retry_pending": "false"
}