Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to create a new consumer key 

 


In order to get It is necessary to create a new consumer key for the connection between Magento 2 and Xero, you will need to have an account in Xero.
First

 First of all, go to https://www.xero.com/ and register an Xero accounts (click on "Try xero for free" or "Free Trial"). If you already have an account, you can skip this step.  

Fill in the form the information of your Organization and press "Get started". If everything is right, Xero will inform you to check your email and activate your account. 

...

When your account is activated, go to you can login on the page https://login.xero.com/ and login with your account

 

 

If your account is newyou log in the account for the first time, Xero will ask you to create a new an organization. Enter the name of your organization and choose other information. Press on Start Trial, or Buy Now to continue. 

 

 

You need to copy the content of the public key to X509 Public Key Certificate field.

...

Now you can create a new consumer key after login your Xero account.

In order to create a new consumer key, you need to have the public key first. There are two ways for you to get the public key: 

  • You can pick up the file content of the public key attached with our extension.  

...

  • Or please follow the steps belows to create a new

...

  • one

Go to http://developer.xero.com/ > Docs > Advanced Docs > Public/private key pair > Using OpenSSL and run 3 commands to create 2 files: public key.cer and private key.pem

...

+ Copy and paste content file .pem into magenest/xero/etc/certs/magenest.pempem 

 

 

When you have file Xero/etc/certs/magenest.cer, copy and paste them into X509. 

...

Choose the application mode (usually is Private), application name (the name for the application is not very important), choose your organization (this is where the Magento 2 data will be synced into).

Check the information again then choose "I have read and agree to the Xero Developer Platform". After that click Save button. 

...