PaymentPolicy
Use the PaymentPolicy keyword to set the type of payment system used in the 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 the store. We can configure the 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=trueThe 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.