# Transaction amount discrepancy found Endpoint: POST transaction-amount-discrepancy-found Version: latest Security: SecretApiKey, JWT ## Request fields (application/json): - `transactionId` (string) ID of the transaction. Example: "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0" - `eventType` (string) Type of webhook event. Enum: "gateway-account-requested", "offsite-payment-completed", "risk-score-changed", "transaction-amount-discrepancy-found", "transaction-declined", "transaction-discrepancy-found", "transaction-process-requested", "transaction-processed", "transaction-timeout-resolved", "waiting-gateway-transaction-completed", "autodeposit-lookup-performed" - `_embedded` (object) Embedded objects. - `_embedded.transaction` (object) Transaction information. - `_embedded.transaction.id` (string) ID of the transaction. Example: "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0" - `_embedded.transaction.customerId` (string) ID of the customer resource. Example: "cus_0YV7DDSDD1C8DA64KHH2W33CPF" - `_embedded.transaction.currency` (string) Currency code in ISO 4217 format. Example: "USD" - `_embedded.transaction.purchaseCurrency` (string) Currency code in ISO 4217 format. Example: "USD" - `_embedded.transaction.requestCurrency` (string) Currency code in ISO 4217 format. Example: "USD" - `_embedded.transaction.parentTransactionId` (string) ID of the transaction. Example: "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0" - `_embedded.transaction.billingAddress` (object) Contact's information. - `_embedded.transaction.billingAddress.firstName` (string,null) Contact's first name. Example: "Benjamin" - `_embedded.transaction.billingAddress.lastName` (string,null) Contact's last name. Example: "Franklin" - `_embedded.transaction.billingAddress.organization` (string,null) Contact's organization. Example: "Rebilly" - `_embedded.transaction.billingAddress.address` (string,null) First line of the contact's street address. Example: "36 Craven St" - `_embedded.transaction.billingAddress.address2` (string,null) Second line of the contact's street address. - `_embedded.transaction.billingAddress.city` (string,null) Contact's city of residence. Example: "Austin" - `_embedded.transaction.billingAddress.region` (string,null) Contact's region of residence. Example: "Texas" - `_embedded.transaction.billingAddress.country` (string,null) Contact's country of residence in ISO 3166 alpha-2 country code. For examples, see [ISO.org](https://www.iso.org/obp/ui/#search/code/). Example: "GB" - `_embedded.transaction.billingAddress.postalCode` (string,null) Contact's postal code. Example: "WC2N 5NF" - `_embedded.transaction.billingAddress.phoneNumbers` (array) List of phone numbers associated with the contact. - `_embedded.transaction.billingAddress.phoneNumbers.label` (string, required) Phone number label or name. Example: "main" - `_embedded.transaction.billingAddress.phoneNumbers.value` (string, required) Phone number value. Example: "1-512-777-0269" - `_embedded.transaction.billingAddress.phoneNumbers.primary` (boolean) Specifies if the phone number is the contact's primary phone number. Example: true - `_embedded.transaction.billingAddress.emails` (array) List of email addresses associated with the contact. - `_embedded.transaction.billingAddress.emails.label` (string, required) Email label or name. Example: "main" - `_embedded.transaction.billingAddress.emails.value` (string, required) Email address value. Example: "rebilly@example.com" - `_embedded.transaction.billingAddress.emails.primary` (boolean) Specifies if the email address is the contact's primary email address. Example: true - `_embedded.transaction.billingAddress.dob` (string,null) Contact's date of birth in ISO-8601 format. Example: "1980-04-01" - `_embedded.transaction.billingAddress.jobTitle` (string,null) Contact's job title. Example: "CEO" - `_embedded.transaction.redirectUrl` (string,null) URL where the end-user is redirected to when an offsite transaction is completed. The default value is the website URL. - `_embedded.transaction.description` (string) Description of the payment. - `_embedded.transaction.requestId` (string) Request ID of the transaction. This ID must be unique within a 24 hour period. Use this field to prevent duplicated transactions. - `_embedded.transaction.customFields` (object) Use custom fields to extend a resource scheme to include custom data that is not provided as a common field. For more information, see [Custom fields](https://www.rebilly.com/catalog/all/custom-fields). Example: {"foo":"bar"} - `_embedded.transaction.velocity` (integer) Number of transactions by the same customer in the past 24 hours. - `_embedded.transaction.paymentInstrument` (object) - `_embedded.transaction.riskMetadata` (object,null) Risk metadata used for 3D Secure and risk scoring. - `_embedded.transaction.riskMetadata.ipAddress` (string,null) Customer's IP address. Example: "93.92.91.90" - `_embedded.transaction.riskMetadata.fingerprint` (string,null) Customer's device fingerprint. A device fingerprint is a unique token that is used to identify the customer. The device fingerprint is generated based on device attributes, such as: hardware, software, IP address, language, browser, and more. Example: "pIUt3xbgX3l9g3YDiLbx" - `_embedded.transaction.riskMetadata.httpHeaders` (object,null) HTTP headers. Example: {"Content-Type":"application/json","Accept":"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"} - `_embedded.transaction.riskMetadata.browserData` (object,null) Browser data used for 3D Secure and risk scoring. - `_embedded.transaction.riskMetadata.browserData.colorDepth` (integer, required) Browser color depth in bits per pixel. This value is obtained using the property. Example: 24 - `_embedded.transaction.riskMetadata.browserData.isJavaEnabled` (boolean, required) Specifies if Java is enabled in a browser. This value is obtained from the property. - `_embedded.transaction.riskMetadata.browserData.language` (string, required) Browser language settings. This value is obtained from the property. Example: "en-US" - `_embedded.transaction.riskMetadata.browserData.screenWidth` (integer, required) Width of the browser screen. This value is obtained from the property. Example: 1920 - `_embedded.transaction.riskMetadata.browserData.screenHeight` (integer, required) Height of the browser screen. This value is obtained from the property. Example: 1080 - `_embedded.transaction.riskMetadata.browserData.timeZoneOffset` (integer, required) Browser time zone offset in minutes from UTC. A positive offset indicates that the local time is behind UTC. A negative offset indicates that the local time is ahead of UTC. You can find this value using the property. Example: 300 - `_embedded.transaction.riskMetadata.browserData.isAdBlockEnabled` (boolean) Specifies if the usage of ad block has been detected in the browser. - `_embedded.transaction.riskMetadata.extraData` (object,null) Third-party data used for risk scoring. - `_embedded.transaction.riskMetadata.extraData.kountFraudSessionId` (string) Alpha-numeric as provided by the Kount SDK. Example: "abcdefg12345abababab123456789012" - `_embedded.transaction.riskMetadata.extraData.payPalMerchantSessionId` (string) PayPal as generated by the PayPal Fraudnet SDK. Example: "dd65ratxc5qv15iph3vyoq7l6davuowa" - `_embedded.transaction.riskMetadata.extraData.threatMetrixSessionId` (string) Temporary identifier that is unique to the visitor's session and passed to ThreatMetrix. Example: "dd65ratxc5qv15iph3vyoq7l6davuowadd65ratxc5qv15iph3vyoq7l6davuowa" - `_embedded.transaction.notificationUrl` (string,null) URL where a server-to-server POST notification is sent. This notification is sent when the transaction result is finalized after a timeout or an offsite interaction. Do not interpret this notification as a confirmation, complete a request to confirm the result of the transaction. To ensure the request is not reattempted, when the result is confirmed, respond with a HTTP status code. The following placeholders are available to use in this URI: and . These placeholders are replaced the with the transaction ID and result accordingly. - `_embedded.transaction.isProcessedOutside` (boolean) Specifies if the transaction is processed outside of Rebilly. - `_embedded.transaction.isMerchantInitiated` (boolean) Specifies if the transaction is initiated by the merchant. - `_embedded.transaction.reportCurrency` (string) Currency code in ISO 4217 format. Example: "USD" - `_embedded.transaction.limits` (object,null) Transaction amount limit information. - `_embedded.transaction.limits.amount` (number) Limit amount. Example: 275.35 - `_embedded.transaction.limits.resetTime` (string,null) Date and time in which the limit amount resets. This value may be used for user interfaces. - `_embedded.transaction.method` (string) Payment method. > Use instead. Enum: "payment-card", "ach", "cash", "check", "paypal", "AdvCash", "Affirm", "Afterpay", "Aircash", "Airpay", "Alfa-click", "Alipay", "AmazonPay", "Apple Pay", "AstroPay Card", "AstroPay-GO", "BankSEND", "BankReferenced", "bank-transfer", "bank-transfer-2", "bank-transfer-3", "bank-transfer-4", "bank-transfer-5", "bank-transfer-6", "bank-transfer-7", "bank-transfer-8", "bank-transfer-9", "Baloto", "Beeline", "Belfius-direct-net", "bitcoin", "Bizum", "Blik", "Boleto", "Boleto-2", "Boleto-3", "cash-deposit", "CASHlib", "CashToCode", "CCAvenue", "China UnionPay", "Clearpay", "Cleo", "CODVoucher", "Conekta-oxxo", "Conekta-spei", "cryptocurrency", "Cupon-de-pagos", "CyberSource", "Dimoco-pay-smart", "Directa24Card", "domestic-cards", "Efecty", "echeck", "ecoPayz", "ecoVoucher", "EPS", "ePay.bg", "Ethereum", "e-wallet", "ezyEFT", "eZeeWallet", "FasterPay", "Flexepin", "Giropay", "Google Pay", "Gpaysafe", "iCashOne Voucher", "iDebit", "iDEAL", "ING-homepay", "INOVAPAY-pin", "INOVAPAY-wallet", "InstaDebit", "InstantPayments", "instant-bank-transfer", "Interac-online", "Interac-eTransfer", "Interac-express-connect", "Interac", "invoice", "iWallet", "Jeton", "JetonCash", "jpay", "KakaoPay", "Khelocard", "Klarna", "KNOT", "Litecoin", "loonie", "LPG-online", "LPG-payment-card", "Matrix", "MaxiCash", "Megafon", "MercadoPago", "MiFinity-eWallet", "miscellaneous", "MobilePay", "Multibanco", "Bancontact", "Bancontact-mobile", "MTS", "MuchBetter", "MyFatoorah", "Neosurf", "Netbanking", "Neteller", "Nordea-Solo", "NordikCoin", "OchaPay", "online-bank-transfer", "Onlineueberweisen", "oriental-wallet", "OXXO", "P24", "Pagadito", "PagoEffectivo", "Pagsmile-lottery", "Pagsmile-deposit-express", "PayCash", "Payco", "Payeer", "PaymentAsia-crypto", "Paysafecard", "PayTabs", "Pay4Fun", "Paynote", "Paymero", "Paymero-QR", "PayU", "PayULatam", "Perfect-money", "Piastrix", "PIX", "PinPay", "phone", "PhonePe", "POLi", "PostFinance-card", "PostFinance-e-finance", "QIWI", "QPay", "QQPay", "rapyd-checkout", "rebilly-hosted-payment-form", "Resurs", "reverse-withdrawal", "Ripple", "SafetyPay", "Samsung Pay", "SEPA", "Siirto", "Skrill", "Skrill Rapid Transfer", "SMSVoucher", "Sofort", "SparkPay", "SPEI", "swift-dbt", "Tele2", "Telr", "Terminaly-RF", "Tether", "ToditoCash-card", "Trustly", "Tupay", "TWINT", "UniCrypt", "UPayCard", "UPI", "USD-coin", "VCreditos", "VegaWallet", "VenusPoint", "voucher", "voucher-2", "voucher-3", "voucher-4", "Wallet88", "Webmoney", "Webpay", "Webpay-2", "Webpay Card", "WeChat Pay", "XPay-P2P", "XPay-QR", "Yandex-money", "Zotapay", "Zimpler", "Zip" - `_embedded.transaction.orderId` (string) Order ID of the transaction. This ID must be unique within a 24 hour period. > Use the field instead. - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "transaction"