-
Notifications
You must be signed in to change notification settings - Fork 1
OrderVoidRequest
Ellen Heinemann edited this page Nov 19, 2024
·
2 revisions
Use to cancel/void an authorized order
use PayNL\Sdk\Model\Request\OrderVoidRequest;
$request = new OrderVoidRequest();
Cancel an order with an active reservation (status 95), voiding all payments made for that order as well.
For an example, see: here.