| Name | Size | Mode | Actions |
|---|---|---|---|
| create-mandate.php | 905 | 0644 | editdlrm |
| list-mandates.php | 732 | 0644 | editdlrm |
| revoke-mandate.php | 679 | 0644 | editdlrm |
/home/techb158/immovalet.com/vendor/mollie/mollie-api-php/examples/mandates/create-mandate.php (905B)
Mandate created with id " . $mandate->id . " for customer " . $customer->name . "
"; } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }