Magento 2 – PayPal Express Checkout Payment Action Differences

magento2payment-methodspaypal-express

What is the difference between the following payment actions?

  • Authorization
  • Sale
  • Order

enter image description here

Best Answer

Authorization Approves the purchase, but puts a hold on the funds. The amount is not withdrawn until it is “captured” by the merchant.

Sale The amount of the purchase is authorized and immediately withdrawn from the customer’s account.

Order The amount of the order is neither captured nor authorized in the customer’s balance, bank account, or credit card at PayPal. The Order payment action represents an agreement between the PayPal payment system and the merchant, which enables the merchant to capture one or more amounts up to the “ordered” total from the customer’s buyer account, over a maximum of 29 days. After the funds are “ordered,” the merchant can capture them at any time during the following 29 days. Capturing of the order amount can be done only from the Magento backend, by creating one or more invoices.

Related Topic