/home/techb158/ileadtechnology.com/vendor/mollie/mollie-api-php/examples/profiles
NameSizeModeActions
create-profile.php8220644editdlrm
delete-profile.php5700644editdlrm
list-profiles.php7360644editdlrm
update-profile.php9190644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/mollie/mollie-api-php/examples/profiles/list-profiles.php (736B)
profiles->page(); foreach ($profiles as $profile) { echo '
'; echo htmlspecialchars($profile->name) . ' - ' . htmlspecialchars($profile->website) . ' (' . htmlspecialchars($profile->id) . ')'; echo '
'; } } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }