/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/delete-customer.php (398B)
customers->delete("cst_fE3F6nvX"); echo "

Customer deleted!

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