• We’ve modified the workflow so that when a customer places an order, it first enters the Processing status. At this stage, the buyer’s payment is successfully captured, but no transfer is made to the seller yet.

    After that, both the buyer and seller must confirm the delivery/receipt of the tickets or product. Once both confirmations are complete, the order status updates to Completed. At this point, Stripe should initiate the transfer to the seller.

    Current Problem: When the order status changes to Completed, the transfer to the seller is happening immediately. The intended behavior is for the transfer to be delayed by approximately 15 minutes. This delay is not currently being applied, even though the logic should be tied to the order status.

    The page I need help with: [log in to see the link]

The topic ‘Stripe Transfer Trigger Delay Not Working’ is closed to new replies.