Cloud recording not allowed while on Pay As You Go plan

Video SDK Type and Version
@zoom/videosdk v1.11.10

Description
We’re using the zoom videosdk to run video interviews. On start of the interview we generate a video SDK JWT token with options:

cloud_recording_election: 1,
cloud_recording_option: 0,
roleType: 1,
sdkKey: process.env.ZOOM_SDK_KEY,
sdkSecret: process.env.ZOOM_SDK_SECRET,
topic: zoomTopic

The video starts properly and is attached to the dom correctly (rendered to the end user), however when calling await recordingClientRef.current.startCloudRecording();
the function throws error:

{
“type”: “INVALID_OPERATION”,
“reason”: “The account of the meeting disabled the cloud recording”
}

We have a Pay As You Go subscription (on account dieter@conveo.ai) and opened this ticket previously: TS1343104

Please enable ASAP. Support center is not clear, we’re not being put in touch with the right people.