Skip to content

TerminalsGetRequest

woutse edited this page Nov 18, 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.

Clone this wiki locally