Сипаттама
PHP, JavaScript, Python және CRM/ERP сценарийлері үшін SDK және integration examples жоспары.
Басымдықтар
Алғашқы examples payment sessions және webhook verification жабады, кейін fiscal queue және reconciliation helpers қосылады.
Сәйкестік
SDK provider errors жасыруы керек емес: integrator retries, idempotency және terminal statuses көруі тиіс.
Бетті қалай қолдану керек
SDK roadmap бизнес иесі, әзірлеуші және операциялық командаға бір төлем сценарийін келісуге көмектеседі. Іске қосу алдында sales channel, provider route, webhook жауаптысы, status verification және клиент қолдауы бекітілуі керек.
Жиі сұрақтар
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.