Skip to content

OrderCaptureRequest

Ellen Heinemann edited this page Nov 19, 2024 · 5 revisions

OrderCaptureRequest

use PayNL\Sdk\Model\Request\OrderCaptureRequest;


$request = new OrderCaptureRequest();

Remarks

By using this API, the entire order will be captured.

You can also partially capture an order based on amount or product(s).

You can capture an order that has an active reservation (status 95). Reservations are commonly used for CreditCard and Buy now, Pay later payments.

For an example to capture the entire order, see: here.

For an example to capture an order based on amount, see: here.

For an example to capture an order based on product, see: here.