-
Notifications
You must be signed in to change notification settings - Fork 1
OrderApproveRequest
Ellen Heinemann edited this page Nov 19, 2024
·
2 revisions
Use to approve a verify-order
use PayNL\Sdk\Model\Request\OrderApproveRequest;
$request = new OrderApproveRequest();
Approve an order that is flagged for a risk check by the Verify module, continuing the regular order flow.
For an example, see: here.