Use Apply Pay in Payment Connector for Commerce in F&O

  • Use Apply Pay in Payment Connector for Commerce in F&O

    Posted by Vishal Dobariya on August 13, 2023 at 10:20 pm

    Hi,

    We have implemented our Payment Connector using different payment methods such as Credit, Debit, mastercard, visa etc. We now want to implement Apple Pay for retail orders in F&O.

    https://download.microsoft.com/download/e/2/7/e2735c65-1e66-4b8d-8a3c-e6ef3a319137/The%20Guide%20to%20Implementing%20Payment%20Connector%20and%20Payment%20Device_update.pdf

    We use above MS Document to implement Card Types which is an enum type as mentioned in the Page 28.

    We have implemented the enum as shown below in our custom payment connector project.

    public enum CardTypes

    {

    Unknown = 0,

    Debit = 1,

    Visa = 2,

    MasterCard = 3,

    Discover = 4,

    Amex =5,

    GiftCard = 6,

    PayPal = 11

    }

    Now we want to know what should be the value we use for the new value we create here. You can see that PayPal’s value is not 7 and instead it’s 11. So this is something Microsoft must be using when the response from payment gateway gets deserialized to Microsoft supported response format.

    Please let me know if anyone has used the payment connector before for such 3rd Party payment methods such as Amazon, Google Pay, Apple Pay etc? Thanks,

    Crystal Ahrens replied 1 year, 12 months ago 2 Members · 3 Replies
  • 3 Replies
  • Crystal Ahrens

    Organizer
    August 17, 2023 at 3:21 pm
    Up
    0
    Down
    ::

    I have used others such as PayPal and other payment methods which are deserialized into a Microsoft-supported response formats. The best is to Consult Microsoft and put a ticket in: If you’re uncertain about the specific values you should be using or if you’re encountering discrepancies, it’s advisable to contact Microsoft support or your organization’s technical team. They should be able to guide you through the process and clarify any questions you have. banking is tricky.

    <font color=”rgba(0, 0, 0, 0)” face=”inherit”>You’re dealing with the process of integrating different payment gateways with Microsoft Dynamics 365 F&O. This could involve mapping specific payment gateway codes or identifiers to Microsoft’s internal values. These mapping might ensure consistency in processing payments from various gateways. Data </font>Mapping as<font color=”rgba(0, 0, 0, 0)” face=”inherit”> you know seem to always be a bit a headache.</font>

  • Vishal Dobariya

    Member
    September 4, 2023 at 1:50 am
    Up
    0
    Down
    ::

    Thanks Crystal,

    MS support advised to use some higher values to enum so that it won’t conflict with Microsoft chosen enum values. As such MS doesn’t use integer for enum, rather they use string.

  • Crystal Ahrens

    Organizer
    September 5, 2023 at 11:34 am
    Up
    0
    Down
    ::

    Thanks this is great information

The discussion ‘Use Apply Pay in Payment Connector for Commerce in F&O’ is closed to new replies.

Start of Discussion
0 of 0 replies June 2018
Now

Welcome to our new site!

Here you will find a wealth of information created for peopleĀ  that are on a mission to redefine business models with cloud techinologies, AI, automation, low code / no code applications, data, security & more to compete in the Acceleration Economy!