v1
latestOpenAPI 3.0.12026-07-264182324.3 KBAutopay Schedules
Use either the <code>pnm_order_identifier</code> or the <code>site_order_identifier</code> to skip the next scheduled payment in an autopay schedule.
post/skip_auto_pay
Request body
Example request
{
"pnm_order_identifier": "82994908226"
}Response
Next Payment Skipped
Example response
{
"pnm_scheduled_payment_identifier": "291154164359901",
"scheduled_payment_date": "2024-10-31T00:00:00.000Z",
"scheduled_payment_amount": "250",
"scheduled_payment_currency": "USD",
"scheduled_payment_status": "active",
"scheduled_payment_payment_method": "Debit Card 1247",
"scheduled_payment_service_fee": "3.99",
"scheduled_payment_origin": "consumer",
"scheduled_payment_created_by": "Consumer"
}