Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
42 stars 32 forks source link

Metadata is not showing on the adyen webhook notification while passing from our ios react native app #484

Closed miniunikove closed 1 day ago

miniunikove commented 3 days ago

Describe the bug Metadata is not showing on the adyen webhook notification while passing from our ios react native app

To Reproduce Steps to reproduce the behavior:

 let payload = {
      "merchantAccount": "TheFragranceShopECOM",
      "amount": {
        "value": 100,
        "currency": "EUR"
      },
      "returnUrl": "adyencheckout://com.thefragranceshop",
      "reference": OrderId,
      "countryCode": "GB",
      metadata: {
                subChannel: "IOS"
            },
      channel: CHANNEL,

    }

Expected behavior It should have received by the webhooks which is not working

descorp commented 1 day ago

Hey @miniunikove

Unfortunately, this question is outside of ReactNative SDK scope.

To determine whether this is integration issue or bug on our API, please reach out Support Team via Customer Area or via email: support@adyen.com