Sign in

Get a transaction

documented

Retrieve a specific transaction.

GET /api/v3/transaction/{transaction_id}Transactions (Payments, Refunds, Credits)no 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 "{{$base_domain}}/api/v3/transaction/{{$transaction_id}}" -X GET -u "{{$CHARGEOVER_API_KEY}}:{{$CHARGEOVER_SECRET}}" -H "Accept: application/json" -H "Content-Type: application/json"
Get a transaction · chargeover · OpenIntegrations