Unsuspend a Transaction Schedule

Unsuspend a single-leg transaction (SLT) schedule or a multi-leg transaction (MLT) schedule. Any scheduled one-time or recurring transactions will resume once the schedule is unsuspended.

Endpoint

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

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 resumed.

SAMPLE RESPONSE

				
					{
  200 Scheduled transaction was resumed
}
				
			
Exit mobile version