Skip to main content

List partner transactions

View payment and wallet transactions across client companies in your partner portfolio.
Include acting-client headers on product API calls: X-Workspace-Id and X-Acting-Company-Id. See Act as a client.

Prerequisites

  • Acting-client headers for the target merchant
Required permissions: pay:transactions:read.

Steps

1

List transactions

curl -sS "$FLUIDE_BASE_URL/api/v1/transactions" \
  -H "Authorization: Bearer $FLUIDE_ACCESS_TOKEN" \
  -H "X-Fluide-Api-Key: $FLUIDE_API_KEY" \
  -H "X-Fluide-Client-Id: fluide-developer" \
  -H "X-Workspace-Id: $FLUIDE_WORKSPACE_ID" \
  -H "X-Acting-Company-Id: $FLUIDE_COMPANY_ID"

Tips

create wallet types