- đ Get the mandate's VAT regime and derived transmission periodicity
đ
Set the mandate's VAT regime (determines transmission periodicity)
đ
Get the mandate's VAT...
Get the periodicity settings of a mandate, derived from its VAT regime.
Sécurité
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/settings/periodicity/{mandate_id}
- Production serverhttps://pa.seqino.com/api/settings/periodicity/{mandate_id}
curl -i -X GET \
'https://pdp.seqino.dev/api/settings/periodicity/{mandate_id}' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: client_abc123'Successful Response
VAT regime of the mandated company. Determines data transmission periodicity.
Enum:"real_normal_monthly""real_normal_quarterly""simplified""franchise"
Frequency for transaction data, imposed by the VAT regime
Enum:"monthly""decade""bimonthly"
Response
{ "mandate_id": "string", "vat_regime": "real_normal_monthly", "transaction_periodicity": "monthly", "payment_periodicity": "monthly" }