---
title: "Détails d'un versement"
method: GET
path: "/organizations/{organizationSlug}/cash-out/{cashOutId}/export"
tags: ["Versements"]
---

# Détails d'un versement

`GET /organizations/{organizationSlug}/cash-out/{cashOutId}/export`

<br/><br/><b>Votre token doit avoir l''un de ces rôles : </b><br/>OrganizationAdmin<br/><br/>Si vous êtes une <b>association</b>, vous pouvez obtenir ces rôles avec votre client.<br/>Si vous êtes un <b>partenaire</b>, vous pouvez obtenir ces rôles par le flux d''autorisation.<br/><br/><b>Votre clientId doit être autorisé à tous ces privilèges : </b> <br/> AccessTransactions<br/><br/>

## Path parameters

- `organizationSlug` string, required
- `cashOutId` integer, required

## Response `200`

Success

- HelloAssoApiV5CommonModelsPaymentCashoutExportCashoutExportRowModel[]
  - `campaignType` 'CrowdFunding' | 'Membership' | 'Event' | 'Donation' | 'PaymentForm' | 'Checkout' | 'Shop'
  - `campaignName` string, nullable
  - `operationType` 'MonthlyDonation' | 'OneTimeDonation' | 'OneTimePayment' | 'MultipleInstalmentPayment' | 'AdditionalDonation' | 'OrganizationTip' | 'Debit' | 'Credit' | 'ContestationCancelled' | 'RefundCancelled'
  - `credit` number, double, nullable
  - `debit` number, double, nullable
  - `orderId` integer, nullable
  - `paymentId` integer, nullable
  - `paymentDate` string, date-time, nullable
  - `paymentMethod` 'None' | 'Card' | 'Sepa' | 'Check' | 'Cash' | 'BankTransfer' | 'Other'
  - `paymentStatus` 'Paid' | 'Refunded' | 'PartiallyRefunded' | 'Contested'
  - `cashOutDate` string, date-time
  - `cashOutId` integer
  - `designation` string, nullable
  - `payerCompany` string, nullable
  - `payerLastName` string, nullable
  - `payerFirstName` string, nullable
  - `payerEmail` string, nullable
  - `payerSiren` string, nullable

## Other responses

- `401` — Unauthorized, you must add a valid JWT into Authorization Header with the format : `Bearer TOKEN`
- `403` — The JWT token hasn't the privileges or Roles for this action

---

[API](https://skmtc.dev/helloasso/apis/api-authentication-access-token.md) · [All operations](https://skmtc.dev/helloasso/apis/api-authentication-access-token/llms.txt) · [OpenAPI document](https://skmtc.dev/helloasso/apis/api-authentication-access-token/revisions/b8cd7d9ae24e?raw)
