-
Notifications
You must be signed in to change notification settings - Fork 1
ServiceGetConfigRequest
Ellen Heinemann edited this page Nov 19, 2024
·
4 revisions
Retrieve the complete configuration of a sales location. For example all available payment methods and cores.
use PayNL\Sdk\Model\Request\ServiceGetConfigRequest;
$request = new Config();
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.
For an example, see: here.