POST /PaymentAudit
Payment Method Id (Should be 32 for Adyen)
Amount (excluding donation amount)
Donation Amount
CurrencyCode
{
"paymentMethodId": 32,
"amount": 2500.0,
"donationAmount": 25.0,
"currencyCode": "USD"
}
{}