curl -X GET "https://api.delegare.dev/v1/merchants/transactions?limit=10" \ -H "X-Delegare-Merchant-Id: your_merchant_id" \ -H "X-Delegare-Api-Key: your_api_key"
{ "hasMore": false, "data": [ { "id": "txn_123456789", "delegateId": "del_987654321", "amountCents": 500, "status": "succeeded", "rail": "base", "createdAt": "2024-03-27T10:00:00Z" }, { "id": "txn_223456789", "delegateId": "del_187654321", "amountCents": 1200, "status": "succeeded", "rail": "stripe", "createdAt": "2024-03-26T14:30:00Z" } ] }
Retrieve a list of transactions across your merchant account.
starting_after
Show properties
succeeded
failed
pending
stripe
base