Tags: Payment, Schedule
After waiting 7 days (or another timespan of your choice), this task attempts to capture all open authorized payments for an order. (Multiple authorizations can exist on edited orders or with post-purchase upsells.)
- View in the task library: tasks.mechanic.dev/auto-capture-order-payment-after-x-days
- Task JSON, for direct import: task.json
- Preview task code: script.liquid
{
"days_to_wait_before_capturing__number_required": "7"
}
Learn about task options in Mechanic
shopify/orders/create+{{ options.days_to_wait_before_capturing__number_required | default: 7 }}.days
Learn about event subscriptions in Mechanic
After waiting 7 days (or another timespan of your choice), this task attempts to capture all open authorized payments for an order. (Multiple authorizations can exist on edited orders or with post-purchase upsells.)
Find this task in the library at tasks.mechanic.dev, and use the "Try this task" button. Or, import this task's JSON export – see Importing and exporting tasks to learn how imports work.
Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.
Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!