Skip to main content
POST
Générer un rapport

Authorizations

authenticationtoken
string
header
required

JWT obtenu via POST /user/login-merchant. À passer tel quel, sans préfixe Bearer.

Body

application/json
merchant_reference
string
required
Example:

"beautyshop"

period
string
required

Mois au format YYYY-MM.

Pattern: ^\d{4}-(0[1-9]|1[0-2])$
Example:

"2026-08"

Response

Rapport généré.

id
string<uuid>
period
string

Mois couvert, au format YYYY-MM.

Example:

"2026-08"

periodLabel
string
Example:

"Août 2026"

periodStart
string<date-time>
periodEnd
string<date-time>
status
enum<string>
Available options:
PENDING,
READY,
FAILED
filename
string | null
Example:

"rapport-beautyshop-2026-08.pdf"

fileUrl
string<uri> | null
fileSize
integer | null
summary
object | null

Chiffres clés du mois (montant total, nombre de paiements, répartition par opérateur…).

error
string | null
generatedAt
string<date-time> | null