Sign in

List gateway transactions

documented

Retrieve a list of transactions executed against a specific gateway.

GET /v1/gateways/{gateway_token}/transactions.{format}Gatewaysno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://core.spreedly.com/v1/gateways/{{$gateway_token}}/transactions.{{$format}}" \
  -X GET \
  -H "Authorization: Basic {{SPREEDLY_API_KEY}}:{{SPREEDLY_SECRET}}" \
  -H "Accept: application/{{$format}}"
List gateway transactions · Spreedly · OpenIntegrations