PaymentPolicy

Use the PaymentPolicy keyword to set the type of payment system that is used in your store.
PolicyName
(String) The name of the policy.

Maximum number of characters, 128.

Description
(String) A description for the policy.

Maximum number of characters, 508.

Properties
(String) A set of name-value pairs that define the payment type for your store. You can configure your store to support punch-out payments and payment tokenization.
  • For punch-out payments, use the following value:
    attrPageName=SimplePunchout&paymentConfigurationId=default&display=true&compatibleMode=false&uniqueKey=piId&PIKey=piId&punchoutPayment=true
    
  • For payment tokenization, use the following value and update payAttrPage with the name of the payment attribute page.
    attrPageName=payAttrPage&paymentConfigurationId=default&display=true&compatibleMode=false&tokenization=true
    The Aurora sample store includes the following sample payment attribute pages:
    SimplePunchout
    Sample payment attribute page for punch-out payment.
    StandardVisa
    Sample payment attribute page for VISA.
    StandardMasterCard
    Sample payment attribute page for MasterCard.
    StandardAmex
    Sample payment attribute page for American Express.
    StandardDiscover
    Sample payment attribute page for Discover.

Maximum number of characters, 254.