დეველოპერებს

SDK roadmap

SDK-ები უნდა მიჰყვებოდეს stable API contract-ს: ჯერ lifecycle და errors, შემდეგ helper libraries.

მიმოხილვა

SDK და integration examples roadmap PHP, JavaScript, Python და CRM/ERP scenarios-ისთვის.

Priorities

First examples ფარავს payment sessions და webhook verification-ს, შემდეგ SDK helpers fiscal queue და reconciliation-ისთვის.

Compatibility

SDK-მ არ უნდა დამალოს provider errors: integrator-მა უნდა დაინახოს retries, idempotency და terminal statuses.

როგორ გამოვიყენოთ ეს გვერდი

SDK roadmap ეხმარება ბიზნესის მფლობელს, დეველოპერს და ოპერაციულ გუნდს ერთ payment scenario-ზე შეთანხმებაში. გაშვებამდე უნდა დაფიქსირდეს sales channel, provider route, webhook-ის პასუხისმგებელი, status verification და customer support flow. ასევე საჭიროა test payment-ის, refund-ის და reconciliation-ის შედეგების ერთად გადამოწმება.

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.