(Legacy) Standing orders
Execute a standing order
Executes the standing order specified in the request URL on the date of its next occurrence.
patch/v1/standing_orders/{standing_order_id}/execute
Path parameters
standing_order_idstring required
Request body
Example request
{
"description": "A description for the transaction."
}Response
The request was accepted. The transaction will be executed when the standing order is scheduled to occur next.
Changes
No recorded changes to this endpoint across all 2 revisions of this API.