BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
iyzico
/
iyzipay-php
/
samples
📤 Upload
📝 New File
📁 New Folder
Close
Editing: reporting_payment_detail.php
<?php require_once('config.php'); $request = new \Iyzipay\Request\ReportingPaymentDetailRequest(); $request->setPaymentConversationId("123456789"); $request->setPaymentId("paymentId"); // Both paymentConversationId and paymentId are not mandatory. // One of them is enough for the request. $result = \Iyzipay\Model\ReportingPaymentDetail::create($request, Config::options()); print_r($result);
Save
Cancel