Features & Functionality - 3.5 Payment Methods Flashcards
Describe PayPals Integration.
• PayPal is a very popular means of payment.
• Magento is tightly integrated and offers this functionality out of the box.
• Included is:
• PayPal Payment Advanced (PCI compliant), Pro and Standard
• PayPal Payflow Pro and Link (PCI compliant
List all native payment options
• PayPal
• BrainTree
• Authorize.net
• Cybersource (EE-only)
• eWAY (EE-only)
• Worldpay (EE-only)
• Check / Money Order
• Allows the order to be placed with no other payment information. Customer is emailed details usually as to where to send the check. Order is held until check is received.
• Cash on Delivery
• Shipping carrier receives payment from the customer at the time of delivery.
• http://docs.magento.com/m2/ee/user_guide/payment/cashon-delivery.html
• Bank Transfer
• Accepts bank account information for a wire transfer. Expect this to bring some challenges with security.
• Purchase Order
• Similar to Check / Money Order except that it allows a PO Number to be entered.
• Zero Subtotal Checkout
• Allows a $0 order to be placed. With a no-dollar-amount order, no payment information is necessary.
Describe Braintree.
- Reduces PCI compliance scope for merchants. Credit card details are encrypted and sent directly to Braintree instead of traveling through merchant servers.
- http://docs.magento.com/m2/ee/user_guide/payment/braintree.html
List third-party payments.
- PayPal
- Braintree
- Authorize.net
- Cybersource (EE only)
- eWAY (EE only)
- Worldpay (EE only)
Describe Reward points
- The capability to reward customers with points good toward future merchandise purchases.
- This is configured in a Shopping Cart Price rule in the Actions tab: Add Reward Points.
What payment types are available in Magento 2 Enterprise
Edition? Are all the same payment types available in Magento 2 Community Edition?
- PayPal
- BrainTree
- Authorize.net
- Cybersource (EE-only)
- eWAY (EE-only)
- Worldpay (EE-only)
- Check / Money Order
- Cash on Delivery
- Bank Transfer
- Purchase Order
- Zero Subtotal Checkout
Does Magento 2 save credit card numbers in the database when the Authorize.net payment method is used?
No.
For which product types can the Magento 2 Recurring Profile be enabled?
Recurring Profile is no longer present in Magento 2.
Where can the PayPal Express payment method be used on a Magento 2 site (on which pages)?
- Product pages (checkout with this product)
- Shopping cart page (express checkout)
- Checkout page
What is the difference between the Authorize Only and Authorize and Capture payment actions?
- This determines what happens when an order is placed. By default, funds are captured with creating an invoice.
- Authorize only ensures that the card is valid and that there are available funds.
- Authorize and capture performs the above action as well as initiating the funds transfer.