No momento, esta página não está disponível em português
Online-payment icon

Capture

Complete an authorised payment.

Capture in Customer Area

You can also capture payments in your Customer Area. For more information, refer to Manage payments.

For payment methods that support separate capture, the payment is completed in two steps:

  1. Authorization: The payment details of the shopper are verified with the issuer, and the funds are reserved.
  2. Capture: The reserved funds are transferred from the shopper to your account.

By default, payments are captured automatically without a delay, immediately after authorization.

For payment methods that support separate authorization and capture, you can capture the payment later, for example after the goods have been shipped. This lets you cancel the payment in case of any issues with the shipment.

To learn if a payment method supports separate captures, see the payment methods overview.

To capture payments, you can use:

Automatic capture

With automatic capture, payments are captured automatically. By default, this happens immediately after authorization.

Delayed automatic capture

By default, payments are captured immediately after authorization. Setting up a delay between the authorization and the automatic capture of the payment allows you to cancel the authorization, for example when it turns out that an item is out of stock.

To be able to change capture settings, you need to have the following user role:

  • Merchant admin

To set up a capture delay:

  1. Log in to your Customer Area.

  2. Switch to your merchant account.

  3. Go to Settings > Account settings.

  4. In the General settings, next to Capture delay, select the edit icon .

  5. From the dropdown list, select the capture delay that you want to use. Possible values:

    • immediate: capture happens immediately after authorization.
    • [N] days: capture happens N (between 1 and 7) days after authorization.
  6. Select Save.

A payment that is automatically captured does not trigger a separate CAPTURE webhook. If you are using delayed automatic capture, consider enabling a CAPTURE webhook.

Alternatively, you can include in your payment request captureDelayHours, specifying a number of hours after which the payment will be captured.

For example, to have the payment captured two hours after authorisation, include in your payment request:

{
  "amount": {
    "currency": "EUR",
    "value": 1000
  },
  "captureDelayHours": 2,
...
}

Manual capture

To use manual capture, you first need to enable it. Then you need to send a capture request for each payment.

Enable manual capture

You can enable manual capture either for all payments for a merchant account or for an individual payment.

To be able to change the capture settings, you must have the following user role:

  • Merchant admin

To enable manual capture:

  1. Log in to your Customer Area.
  2. Switch to your merchant account.
  3. Go to Settings > Account settings.
  4. In the General settings, next to Capture delay, select the edit icon .
  5. From the dropdown list, select Manual.
  6. Select Save.

After a payment is authorised, you must capture it.

Capture a payment

To manually capture a payment:

  1. From the payment response or the AUTHORISATION webhook, get the pspReference of the authorization you want to capture.

  2. Make a POST request to the /payments/{paymentPspReference}/captures endpoint, where paymentPspReference is the pspReference of the authorization you want to capture.

    In your request, include:

    Parameter Required Description
    merchantAccount -white_check_mark- The name of your merchant account that is used to process the payment.
    amount.value -white_check_mark- The amount in minor units (without a decimal point) being captured. This must be the same as or, in case of a partial capture, less than the authorized amount.
    amount.currency -white_check_mark- This must match the currency of the payment you're capturing.
    reference Your unique identifier for the capture operation. The reference field is useful to tag a partial capture for future reconciliation.

    The following example shows how to capture a EUR 25.00 payment authorization that has the pspReference WNS7WQ756L2GWR82.

  3. In the capture response, note the following:

    • paymentPspReference: the PSP reference of the authorization.
    • pspReference: the PSP reference associated with this capture request. This is different from the PSP reference of the authorization.
    • status: received. Your capture request will be processed asynchronously. You will receive the result in a webhook.
  4. Wait for the CAPTURE webhook to learn the outcome of the request.

Partial manual capture

With some payment methods, you can also partially capture a payment. For partial captures, your account can be set to perform either:

In both cases, to partially capture a payment:

  • Make a manual capture request specifying:

    • amount.value: the partial amount that you want to capture. This amount must be smaller than the original authorized amount.

Single partial capture

For single partial captures, any unclaimed amount that is left over after partially capturing a payment is automatically cancelled.

For some schemes, you can flag each payment request as either a pre-authorization or a final authorization. For partial captures, we recommend that you flag the payment request as a pre-authorization. For more information, refer to Card authorization types.

Multiple partial captures

When your account is enabled for multiple partial captures, the unclaimed amount after an initial capture is not automatically cancelled.

This is necessary for some businesses models such as an ecommerce site where capture takes place upon shipment, or in Unified Commerce scenarios where the shopper orders items in a physical store. If you have an order with multiple items to ship, each shipment would correlate to a partial capture.

Multiple partial captures are disabled by default. Contact our Support Team to enable this feature.

CAPTURE webhook

When we have processed your capture request, we send you a webhook event with:

  • eventCode: CAPTURE.
  • originalReference: the PSP reference of the authorization.
  • pspReference: the PSP reference associated with the capture request.
  • success: indicates whether the capture request was successful. Possible values:

    • true: the capture request is valid (for example, the authorization has not expired, and the balance is available) and has been submitted to the bank/third-party processor. In most cases, this means that the funds will be transferred to your account. In rare cases the card scheme can still reject the capture, and you will receive a CAPTURE_FAILED webhook.
    • false: the capture request failed. The webhook event includes a reason field with a short description of the problem. Review the reason, fix the issue if possible, and resubmit the capture request.
{
   "live":"false",
   "notificationItems":[
      {
         "NotificationRequestItem":{
            "amount":{
               "currency":"EUR",
               "value":500
            },
            "eventCode":"CAPTURE",
            "eventDate":"2018-22T15:54:01+02:00",
            "merchantAccountCode":"YourMerchantAccount",
            "originalReference":"WNS7WQ756L2GWR82",
            "paymentMethod":"mc",
            "pspReference":"JDD6LKT8MBLZNN84",
            "reason":"",
            "success":"true"
         }
      }
   ]
}

For more information about the included fields, see the CAPTURE webhook reference.

Reasons for an unsuccessful request

When a capture request fails, you receive a CAPTURE webhook with success: false and the reason why the request failed. The next table shows the most common reasons.

reason Description
Transaction not found The capture failed because the pspReference is missing or incorrect. Check that the reference you provided is unique and matches exactly one pspReference.
Transaction is expired The authorization for this payment is expired. You can try to re-authorize the payment in your Customer Area.
This is a sale transaction, not possible to capture a smaller amount This payment method doesn't support separate captures.
Operation maximum period allowed: X days The capture operation can only be performed within X days from the date the payment was authorized.
Only possible to capture the full amount This payment method doesn't support partial captures.
Modification in different currency than authorisation The capture currency does not match the authorized payment currency.
Amount too low to be accepted by Card Network The capture amount is below the threshold permitted by the card scheme rules.
Insufficient balance on payment The requested capture amount is more than the balance on the payment.
Internal error Something unexpected happened on Adyen's end. Contact our Support Team.
Operation not available You do not have the required capture functionality enabled for this payment method. Contact our Support Team.
Operation failed The capture functionality failed for this payment method. Contact our Support Team.

The balance on the payment is the amount that remains from the original authorization. For example, if a transaction is authorized for EUR 10 but not captured, the balance on the payment is EUR 10. If the full amount is cancelled, or if the authorization expired, the remaining balance on the payment is EUR 0. If a transaction is authorized for EUR 50, and then partially captured for EUR 30, the remaining balance on the payment is EUR 20.

CAPTURE_FAILED webhook

In rare cases, a capture fails even after you received a CAPTURE webhook with successtrue. The successful webhook event means that we sent the request to the card scheme, but the scheme can still reject the request at this point. This can even happen a few days after you submitted the capture request.

Most of the time Adyen can fix the issue, so that you will eventually receive the funds. Sometimes, however, you need to take action yourself. To learn why a capture can fail and what, if anything, you need to do in each case, refer to Reasons for failed capture.

When a capture fails, we inform you of this with a webhook containing:

  • eventCode: CAPTURE_FAILED
  • originalReference: the pspReference of the authorization.
  • pspReference: the pspReference of the capture request.

The webhook event contains the reason why the card scheme rejected the capture. You can also find the capture failure reason on the Payment details page in your Customer Area.

An overview of failed captures is available in your Payment accounting report.

Testing failed captures

In our test environment, you can check how your integration handles failed captures:

  1. Make a card payment, specifying:

    • holderName: capture failed
    {
      "amount": {
        "currency": "EUR",
        "value": 500
      },
      "reference": "Capture failed test",
      "paymentMethod": {
        "type": "scheme",
        "encryptedCardNumber": "test_4111111111111111",
        "encryptedExpiryMonth": "test_03",
        "encryptedExpiryYear": "test_2030",
        "encryptedSecurityCode": "test_737",
        "holderName": "capture failed"
      },
      "returnUrl": "https://your-company.com/...",
      "merchantAccount": "YOUR_MERCHANT_ACCOUNT"
    }
  2. Capture this payment, using either automatic or manual capture.

Once we have processed the capture request, we send you a CAPTURE_FAILED webhook event.

This request may take several hours to process.

See also