v1

latestOpenAPI 3.1.02026-07-24180245513.9 KB
Credit arrangements

List credit arrangements

List and filter credit arrangements.

get/credit_arrangements

Query parameters

limitinteger
starting_afterstring uuid

The ID of the object from which your list request will start. It is not included in the result.

sort_order'asc' | 'desc'

Order is based on attribute created_at. If asc, results are fetched in chronological order. If desc, results are fetched in reversed chronological order. Default order is desc.

start_datestring date

The creation date of the credit arrangement.

end_datestring date

The creation date of the credit arrangement.

status'active' | 'closed'

The status of the credit arrangement.

Response

200

Example response

{
  "records": [
    {
      "id": "23c782f4-c069-4bf5-a426-df3ef9b894fa",
      "object": "credit_arrangement",
      "amount": 3000,
      "currency": "EUR",
      "cbs_source": "mambu",
      "cbs_account_type": "credit_arrangement",
      "cbs_account_id": "6810c913-7d72-4a0e-bced-e5591f2e66fa",
      "disbursement_details": {
        "connected_account_id": "0959a2b4-dc68-4681-a223-c109af60bc20",
        "internal_account_id": "0959a2b4-dc68-4681-a223-c109af60bc20",
        "receiving_account_id": "553eb3db-5acb-48ce-954f-f58551df2de6",
        "cbs_booking_account": {
          "source": "mambu",
          "type": "deposit",
          "id": "838f3022-538a-4597-ace4-4c10f755b73a"
        }
      },
      "repayment_details": {
        "direct_debit": {
          "direct_debit_mandate_id": "fcee1c3e-1c16-44c7-a248-81784be8ed50"
        },
        "credit_transfer": {
          "receiving_account_id": "d1c80f6f-8ddd-4b49-9b7e-92d0b8bf88a1"
        },
        "cbs_booking_account": {
          "source": "mambu",
          "type": "deposit",
          "id": "838f3022-538a-4597-ace4-4c10f755b73a"
        }
      },
      "metadata": {
        "property_a": true,
        "property_b": "some label"
      },
      "created_at": "2026-02-02T15:03:31.052019Z"
    }
  ]
}