-
Notifications
You must be signed in to change notification settings - Fork 3
ServiceGetConfigRequest
woutse edited this page Nov 18, 2024
·
4 revisions
To retrieve payment information for your sales location.
use PayNL\Sdk\Model\Request\OrderCreateRequest;
$request = new OrderCreateRequest();
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.
Besides payment information, this function also holds information about the available cores.
More information on using cores: here