Drop Docs
Quickstart
Get merchant API credentials, request an access token, create your first test order, and prepare to receive webhook updates.
01
Create an API app in the merchant portal and copy the client credentials.
02
Use client credentials to request a bearer token.
03
Send a test order to POST /v1/orders with an Idempotency-Key.
04
Configure a webhook endpoint and verify signed events.
First request flow
text1. POST /oauth/token
2. POST /v1/orders
3. Receive order lifecycle updates through webhooks
4. GET /v1/orders/:id or GET /v1/orders?reference=... for reconciliation