Transactions

List transactions

List transactions

get/transactions

Query parameters

type'payment' | 'transfer' | 'refund' | 'chargeback' | 'all'

Filter by transaction type. Chargeback rows need chargebacks.read. Without it, all leaves them out and chargeback returns an empty page.

limitinteger

Maximum results per page.

cursorstring

Cursor from the previous page.

counterpartyPartyIdstring

Restrict results to transactions whose payment counterparty is this party.

walletIdstring

Restrict results to transactions visible through this wallet.

customerPartyIdstring

Restrict results to delegated activity performed for this customer, not activity involving it as a payment counterparty.

delegatedboolean

When true, return only transactions an agent performed for a connected customer.

Headers

X-Instance-IDstring nullable

Caller-chosen identifier for the agent run, session, or conversation, required when an agent moves money.

Response

Successful Response

Changes

Changed in 8 of the 50 revisions of this API.319

  • ca3882d75a0012See the full diff
    • ●

      added the new chargeback enum value to the /// response property for the response status

      response-property-enum-value-added

    • ○

      added the new enum value chargeback to the query request parameter type

      request-parameter-enum-value-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

  • 6baf737b9baa11See the full diff
    • ●

      added the new refund enum value to the /// response property for the response status

      response-property-enum-value-added

    • ○

      added the new enum value refund to the query request parameter type

      request-parameter-enum-value-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      added the optional property /// to the response with the status

      response-optional-property-added

    • ○

      deleted the header request parameter X-Agent-ID with deprecation

      request-parameter-removed-with-deprecation

    • ○

      header request parameter X-Agent-ID was deprecated

      request-parameter-deprecated

    • ●

      for the query request parameter cursor, the maxLength was set to 1024

      request-parameter-max-length-set