Skip to content

TerminalsGetRequest

Ellen Heinemann edited this page Nov 19, 2024 · 2 revisions

To retrieve a single terminal, with detailed information

use PayNL\Sdk\Model\Request\TerminalsGetRequest;

$request = new TerminalsGetRequest();

Remarks

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.