1.0.0 • Published 7 years ago

vsf-payment-paypal-api v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

PayPal payment API extension

This API extension execute payment to PayPal gateway. It use develodesign/m2-paypal-payment composer module so you have to install it in your Magento instance.

in your local.json file you should register the extension: "registeredExtensions": ["mailchimp-subscribe", "example-magento-api", "paypal-payment"],

And need add the paypal settings to extensions key in local.json:

  "extensions": {
    "mailchimp": {
      ...
    },
    "paypal": {
      "api": "https://api.sandbox.paypal.com",
      "client": "",
      "secret": ""
    }
  }

The API endpoitns are:

/api/ext/paypal-payment/create
/api/ext/paypal-payment/execute