Sviluppatori

SDK roadmap

Gli SDK devono seguire un contratto API stabile: prima lifecycle ed errori, poi helper libraries.

Panoramica

Roadmap SDK ed esempi di integrazione per PHP, JavaScript, Python e scenari CRM/ERP.

Priorità

I primi esempi coprono payment sessions e webhook verification, poi helper per fiscal queue e reconciliation.

Compatibilità

Un SDK non deve nascondere errori del provider: l’integratore deve vedere retries, idempotency e stati terminali.

Come usare questa pagina

SDK roadmap aiuta ad allineare lo scenario di pagamento tra business, sviluppo e operations. Prima del lancio vanno definiti canale di vendita, route del provider, responsabilità webhook, verifica dello stato e supporto cliente dopo il pagamento.

FAQ

Why should the API contract come before SDKs?

An SDK should follow a stable contract. If statuses, errors and webhook payloads still change, the library becomes a compatibility risk for integrators.

Which SDKs and examples should come first?

PHP/Laravel for websites and CRM, Node.js for webhook verification and Python/FastAPI for internal APIs are the most practical first examples. CMS examples should use the same server-side contract.