Skip to content

Latest commit

 

History

History

auto-capture-order-payment-after-x-days

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auto-capture order payment after x days

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

Default options

{
  "days_to_wait_before_capturing__number_required": "7"
}

Learn about task options in Mechanic

Subscriptions

shopify/orders/create+{{ options.days_to_wait_before_capturing__number_required | default: 7 }}.days

Learn about event subscriptions in Mechanic

Documentation

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

Installing this task

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.

Contributions

Found a bug? Got an improvement to add? Start here: ../../CONTRIBUTING.md.

Task requests

Submit your task requests for consideration by the Mechanic community, and they may be chosen for development and inclusion in the task library!