Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see Conversational Actions sunset.
MerchantPaymentOption
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
The JSON representation defines the structure for Merchant-provided payment methods including a list of methods, a default method ID, and a URL for managing methods.
merchantPaymentMethod[] is a required field listing the payment methods provided by the Action/Merchant.
defaultMerchantPaymentMethodId is an optional string field for the ID of the default payment method.
managePaymentMethodUrl is an optional string field providing a link to manage payment methods on the action/merchant website.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The core content details the JSON structure for merchant-provided payment methods. It specifies a required `merchantPaymentMethod` array, which contains a list of payment methods. An optional `defaultMerchantPaymentMethodId` can identify the preferred method. An optional `managePaymentMethodUrl` provides a link to the merchant's website for users to handle their payment options. This structure is essential for defining the available payment choices within a transaction.\n"]]