API Authentication#
API keys are issued per merchant and can be obtained in the Merchant panel under Integration menu.
Send either header x-api-key: <api-key> or Authorization: Bearer <api-key>.
Keep keys secret, rotate them periodically, and remove old keys immediately when rotating.
Example#