PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
mollie
/
mollie-api-php
/
examples
/
customers
<?php /* * Delete a customer from the Mollie API. */ try { /* * Initialize the Mollie API library with your API key or OAuth access token. */ require "../initialize.php"; $mollie->customers->delete("cst_fE3F6nvX"); echo "<p>Customer deleted!</p>"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }
[-] create-customer-recurring-payment.php
[edit]
[+]
..
[-] create-customer-first-payment.php
[edit]
[-] create-customer-payment.php
[edit]
[-] delete-customer.php
[edit]
[-] update-customer.php
[edit]
[-] create-customer.php
[edit]
[-] list-customer-payments.php
[edit]