Skip to main content

GetGroupTransfersList

Returns a list of bank transfers for the given group.

Path Parameters
  • group_id string required

    Possible values: Value must match regular expression ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

    A universally unique identifier.

Query Parameters
  • start_transfer_id string

    The transfer ID of the transfer after which to start listing.

Responses

GetGroupTransfersList 200 response

Schema
  • transfers object[] required

    A list of a group's billing transfers.

    • amount int64 required

      Payment amount (in hundreths USD, 100 = $1.00).

    • description string

      A description of this transfer.

    • created_ts date-time required

      RFC3339 timestamp.

    • status string required

      Possible values: [succeeded, processing, refunded]

      A value denoting the status of a billing transfer.

  • end_transfer_id string

    The ID of the last transfer listed.