Elastic Search

List indexes

curl 'localhost:9200/_cat/indices?v'
or
curl http://localhost:9200/_aliases?pretty=true

Delete indexes

curl -XDELETE http://localhost:9200/zeebe-record*
curl -XDELETE http://localhost:9200/operate-*

Invoice Ninja Payment Gateway

PayPal integration

➢ Setup: Use this guide to complete PayPal integration inside Invoice Ninja. It’s very
straightforward.
➢ Tip: Test it using a credit card of some friend with a tiny amount of money.

Client Portal

➢ Setup: Use this guide to complete Client Portal setup.
➢ Tip: Test every feature using a test client account, including payment.

API usage

➢ NinjaConfig::setURL('https://<site>/invoiceninja/public/api/v1/'); //replace with your URL
➢ NinjaConfig::setToken('ra3mvgku5fl72orfymk0u40ugzemptll'); //replace with your token
➢ Tip: Use this guide to generate your token.