APM
Paywall APM ödeme altyapısını kullanmanız durumunda ilgili ödemeleri için Paywall'un gönderdiği geri bildirimler
Anahtar
Açıklama
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<form action="your_callback_url" method="post">
<input type="hidden" name="date" value="apmDateValue">
<input type="hidden" name="status" value="statusValue">
<input type="hidden" name="errorCode" value="errorCodeValue">
<input type="hidden" name="errorMessage" value="errorMessageValue">
<input type="hidden" name="uniqueCode" value="uniqueCodeValue">
<input type="hidden" name="merchantUniqueCode" value="merchantUniqueCodeValue">
<input type="hidden" name="amount" value="amountValue">
<input type="hidden" name="apmTransactionId" value="apmTransactionIdValue">
// Eğer Hash mekanizması Paywall panelde aktif edildiyse aşağıdaki satır da iletilir
<input type="hidden" name="hash" value="dfgh87df98h79dfh7987dfh==">
</form>
</body>
</html>Last updated