Skip to content

Adyen Payment Auth Token Sample for Dynamics 365 Commerce Omni Channel payment

Recently, I was testing omni-channel payments in Dynamics 365 Commerce across different types of channels. I wanted to analyze how tokens were exchanged between them, which required examining the authorization token XML. Since this information was not readily available, I ended up configuring Adyen in our demo environment.

You can download the file below.

I am also pasting the parsed version of the XML so you can see what information is embedded within it, in case you are integrating D365 Commerce with an external e-commerce platform.

Headers and Corresponding Lines

  1. Header: MerchantAccount
    • Line:
      • Name: ServiceAccountId
      • Valueacf7bae5-67c0-4a**********************
  2. Header: Connector
    • Line:
      • Name: ConnectorName
      • ValueDynamics 365 Payment Connector for Adyen
  3. Header: AuthorizationResponse
    • Lines (from nested PropertyList):
      • AuthorizationResultSuccess
      • ApprovedAmount260 (Decimal)
      • UniqueCardId989a5e9e717****************
      • PaymentTrackingIdSYS-UNIQUE-ID-6e306*****************
      • Last4Digits5454
      • CardTypeMasterCard
      • SupportsMultipleCapturesTrue
      • AdyenPaymentMethodmc
      • CVV2ResultSuccess
      • ApprovalCode012787
      • ProviderTransactionId0d2894cc0b***************
      • TransactionIdSSTLK**************
      • OriginalPSPSSTLKX***********
      • BankTransactionIdSSTLKXRDN***************
      • TransactionTypeAuthorize
      • TransactionDateTime2025-02-12T12:21:53.4013943Z
      • AVSResultVerificationNotSupported
      • AVSDetailNone
      • PaymentMethodNamemc
      • AcquirerReference44S478*******
      • IncrementalOffsetReferenceBQABAQBwOuXGiosERqYdfPCLF8BWUS5gKtd82r/cCgICclyamSjvyvwi9uoBEptbYboWk/l07/kBbwKr8RNZqJ3g8ifmThFH2NYc9hs5jsE4CPwAl3ZXSB0V3gNqv3eHvVQQiDmDbAJ4KlmxQ0P8+GGq6jAvysklVdzEON3J7zuphBOqaACP++wBsY56Raj0GtkUuO7kq0y8n8d9KiLrtmupXQj0SeG1XzbtrIbagfHxm4UwuVotVvpEO/bSXivV9Fxx4np*************************==
      • IsReauthorizationSupportedTrue
      • PaymentReferenceSSTLKXRD*********
  4. Header: PaymentCard
    • Line (from nested PropertyList under AuthorizationResponse):
      • Name: PaymentMethodVariant
      • Valuemc

Download Link:

Leave a Reply

Your email address will not be published. Required fields are marked *