ecrop Docs

Transaction (POST)

POST
/omni-eagle/v1/transactions

Authorization

Bearer Authentication
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/omni-eagle/v1/transactions" \  -H "Content-Type: application/json" \  -d '{    "referenceNumber": 1,    "webHookUrl": "string"  }'
Empty
Empty