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.

To partially capture an order you can capture based on amount or product. 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, see: here.