/home/techb158/immovalet.com/vendor/mollie/mollie-api-php/examples/profiles
NameSizeModeActions
create-profile.php8080644editdlrm
delete-profile.php5700644editdlrm
list-profiles.php7360644editdlrm
update-profile.php9050644editdlrm
Edit: /home/techb158/immovalet.com/vendor/mollie/mollie-api-php/examples/profiles/create-profile.php (808B)
profiles->create([ "name" => "My website name", "website" => "https://www.mywebsite.com", "email" => "info@mywebsite.com", "phone" => "+31208202070", "categoryCode" => 5399, "mode" => "live", ]); echo "

Profile created: " . htmlspecialchars($profile->name) . "

"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "

API call failed: " . htmlspecialchars($e->getMessage()) . "

"; }