WARNING: Our suggestion is that you leave authorize and capture disabled unless you have a very specific and well-justified use case in mind. If you do need or want to enable it, please read the entirety of this document beforehand!
Card transactions occur very quickly, which is what makes them so convenient for day-to-day purchases. In fact, they happen so fast that many people don’t realize that there are actually two events taking place: an authorization and a capture.
By default, WooPayments will perform the authorization and capture at the same time. However, by enabling the Issue an authorization on checkout, and capture later setting, you can prevent WooPayments from automatically capturing charges. This allows you to manually capture the charge at a later time.
Although most merchants won’t need to use this feature, it may be helpful in certain scenarios. This document explains a bit more about how authorizations and captures work, and provides some example uses cases for which enabling the option might be a good idea.
What is an authorization vs. a capture?
↑ Back to topAn authorization is the first part of the charge process, in which the payment processor connects to the bank that issued the customer’s card and determines if the customer has enough money to cover the transaction cost. During this step, the funds are “held” or reserved for payment, but not actually sent to the merchant yet.
A capture (also known as “settlement”) occurs when the merchant instructs the payment processor to transfer some or all of the held funds from the customer’s account to their own. The customer’s bank then sends the requested amount of money. The merchant also has the option of cancelling the authorization.
Notably, authorizations are temporary in nature. They must be captured within seven days or the authorization will expire. If that happens, the reserved funds are freed back up in the customer’s account and the merchant can no longer capture them without reauthorizing.
When is manual capture helpful?
↑ Back to topManually capturing authorizations is usually used in scenarios where some payment is needed up-front, but the final amount is not known initially.
Here are some common examples of where this workflow is used:
- Gas/petrol stations where you “pay at the pump” issue an authorization before you begin filling up your vehicle. When you’re done, and the exact amount of the charge is known to their system, they will capture that amount.
- Hotels have an even longer time between when the charge is authorized (usually at check-in) and when the charge is captured (usually at check-out).
- Equipment rental businesses may request a card so that they can issue an authorization prior to allowing their customers to take the equipment home.
- Craftsmen who take custom orders (for a piece of furniture, say) might decide to authorize a customer’s card ahead of time and capture a different amount later on, depending on the exact work involved in the customer’s request.
Manual capture disadvantages
↑ Back to topAs you can see above, there are a few limited situations where authorizing first and capturing later are needed. However, for the vast majority of merchants using WooPayments, authorizing and capturing separately has several disadvantages:
- Authorizations are temporary: they expire after seven days. If you don’t capture them in time, the customer will need to start the purchase process all over again. You might not even notice that you did not capture the charge until after you have shipped the customer their goods!
- You cannot capture more than the amount originally authorized. If you initially authorize too little, you will need to cancel that authorization and have the customer repurchase.
- The authorize and capture workflow only supports cards. It does not support any additional payment methods, which can cause inconvenience for your customers.
Enabling authorize and capture later
↑ Back to topIf, after considering the above, you wish to enable this feature, you can do that like so:
- Go to Payments > Settings in your site’s dashboard.
- In the Transactions section, check the box next to “Issue an authorization on checkout, and capture later.”
- A popup will appear to ask if you are sure. Click Enable.
- Scroll to the bottom and click Save Changes.
If you’re using our new checkout experience and have any additional payment methods enabled, a warning will be shown stating that they cannot be used while authorize and capture is enabled.

Viewing authorized orders
↑ Back to topIf an order is placed while capture later is enabled, it will be assigned the On Hold status, which you can see under WooCommerce > Orders.

If you open the order itself, you’ll see a note indicating that it was authorized:

Authorized orders will also appear under Payments > Transactions. Because these orders are not yet completed, and no funds have changed hands, they are listed under a separate Uncaptured tab.

Capturing authorized orders
↑ Back to topNOTE: You have seven days after the order was placed to capture the charge. After that time, the authorization will automatically expire and you will be unable to capture.
When your site has uncaptured orders, WooPayments will notify you of that by adding a badge to the Payments > Transactions menu item. This badge shows the number of uncaptured transactions.

There are two ways to capture an authorized order, from the WooCommerce > Orders page or via Payments > Transactions. They both do the same thing, but the latter method is faster if you have multiple orders that need to be captured.
The video below gives a brief overview of how to capture a payment, and we also have more detailed instructions below.
Using WooCommerce > Orders
↑ Back to topTo capture a charge for an authorized order under WooCommerce > Orders:
- Find the order you wish to capture and click to open it.
- In the Order Actions box, use the dropdown to select Capture charge.

- Click the Update button.
Assuming the capture is successful, the charge will be captured, an order note will be added, and the order status will be set to Completed.

Using Payments > Transactions
↑ Back to topTo capture a charge for an authorized order under Payments > Transactions:
- Click the Uncaptured tab to show the list of uncaptured transactions.
- Click the Capture button for the order you wish to capture payment for.

- The payment will be captured, and a notice will appear at the bottom.

You also have the option to click the order in the list to open the transaction details page, and then capture from there.

Partial captures
↑ Back to topYou may, if you wish, capture a lower amount than the one you originally authorized against the customer’s card. This is called a “partial capture.”
Keep in mind, however, that you can only capture one time per order. If the capture is a partial one, the difference between the captured amount and the authorized amount is immediately released back to the customer, and you will not be able to capture it later.
To perform a partial capture:
- Find the order under WooCommerce > Orders and click to open it.
- Hover your cursor over an item from the order and click the pencil icon that appears.

- In the Total box, enter the amount you wish to capture, then click Save.

- The cost of the item will updated as if a coupon were applied.

- In the Order Actions box, use the dropdown to select Capture charge.

- Click the Update button.
Assuming the capture is successful, the lesser amount will be captured, an order note will be added, and the order status will be set to Completed.

NOTE: Attempting to capture more than the authorized amount will fail with an error. The order can still be captured once it’s been edited to have a total less than or equal to the original authorized amount.
Cancelling authorizations
↑ Back to topIf a customer wishes to cancel their order after it’s been authorized but before it’s been captured, you can do so using steps below.
Although authorizations expire automatically after seven days, it’s best to cancel them if you’ve confirmed that you won’t need to charge the customer. Doing so releases the hold their bank placed on their funds.
To cancel an authorization:
- Go to WooCommerce > Orders in your site’s dashboard.
- Find the order you wish to cancel and click to open it.
- In the Order Actions box, use the dropdown to select Cancel authorization.
- Click the Update button.
The order status will be set to Cancelled and a note will be added:
