-
Notifications
You must be signed in to change notification settings - Fork 1
TerminalsBrowseRequest
Ellen Heinemann edited this page Nov 19, 2024
·
2 revisions
To retrieve all terminals available
use PayNL\Sdk\Model\Request\TerminalsBrowseRequest;
$request = new TerminalsBrowseRequest();
This request will always use core rest.pay.nl even if a manual core was set.
Pay. advices strongly to store the retrieved information, and only retrieve updates when needed.
For an example, see: here.