Authorize Payment Hanging ...

I’ve added the new authorize payment block (along with the capture block) Running the agent from both the extention or the MS agent state, the block hangs and never shows the amount or enables further processing (hangs with spinning load disc). Initially, I placed the block immedately after the Start block, but that didn’t work for some reason. I moved the block to after a user input block - that worked once. Not sure what the issue is. I’ve include a debugging link and an image of the workflow ….

AGENT ID: 39dceab7-305c-45af-8bae-5ee14cee42d1

Hi @Avocet,

Thanks for the post!

User tracking happens at the MindStudio level, so when you’re running the agent from the Agent/Workspace Owner account, payment blocks get skipped.

Here’s how you can test this:

  1. Move the Capture Payment block before the Generate Asset block so that the payment is captured before the user gets the generated content
  2. Publish the agent and copy the Run Link from Access Settings
  3. Log into a different MindStudio account that has a positive workspace balance
  4. Follow the Run Link

Let me know how it goes!