/home/techb158/immovalet.com/vendor/mollie/mollie-api-php/examples/customers
NameSizeModeActions
create-customer-first-payment.php23500644editdlrm
create-customer-payment.php20130644editdlrm
create-customer-recurring-payment.php20860644editdlrm
create-customer.php7790644editdlrm
delete-customer.php3980644editdlrm
list-customer-payments.php19190644editdlrm
update-customer.php8550644editdlrm
Edit: /home/techb158/immovalet.com/vendor/mollie/mollie-api-php/examples/customers/create-customer.php (779B)
customers->create([ "name" => "Luke Skywalker", "email" => "luke@example.org", "metadata" => [ "isJedi" => true, ], ]); echo "

New customer created " . htmlspecialchars($customer->id) . " (" . htmlspecialchars($customer->name) . ").

"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }