-
Notifications
You must be signed in to change notification settings - Fork 1
OrderCaptureRequest
Ellen Heinemann edited this page Nov 19, 2024
·
5 revisions
use PayNL\Sdk\Model\Request\OrderCaptureRequest;
$request = new OrderCaptureRequest();
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.