Skip to main content

Removing scheduled payments from invoices

POST 

/api/v3/invoice/:invoice_id/_action/unschedule

This will remove all scheduled payments from a specific invoice.

Request

Body

    object

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...