Suspend a Transaction Schedule

Suspend a single-leg transaction (SLT) schedule or a multi-leg transaction (MLT) schedule. Any scheduled one-time or recurring transactions will not be executed while the schedule is suspended. Scheduled transactions will resume once the schedule is unsuspended.

Endpoint

POST /v2/scheduled-transactions/{id}/suspend

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

id  REQUIRED

string (UUID)

ID of the SLT/MLT schedule.

Request Body

None

Returns

If successful, returns 200 Scheduled transaction was suspended.

SAMPLE RESPONSE

				
					{
  200 Scheduled transaction was suspended
}
				
			
Exit mobile version