Faturayı Öde
POST
/v1/public/invoices/{hash}/payOptionalAlıcı "Şimdi öde"ye tıkladığında bu uç nokta tetiklenir: gerektiğinde bir ödeme oturumu oluşturur ve barındırılan ödeme sayfası URL'sini döndürür.
Kimlik Doğrulama
İmza Deseni
None — public buyer endpoint, the invoice publicHash is the bearer.İstek Örneği
JSONİstek Gövdesi
{}Yanıt Parametreleri
| Alan | Tür | Örnek |
|---|---|---|
sessionId | string | "9c1f2a7b-8c9d-0e1f-3f1c-9a2e6b4d4e8a" |
checkoutUrl | string | "https://pay.kvell.group/s/9c1f2a7b-8c9d-… |
expiresAt | string | "2026-04-13T11:00:00Z" |
Yanıt Örneği
JSONYanıt
{
"sessionId": "9c1f2a7b-8c9d-0e1f-3f1c-9a2e6b4d4e8a",
"checkoutUrl": "https://pay.kvell.group/s/9c1f2a7b-8c9d-0e1f-3f1c-9a2e6b4d4e8a",
"expiresAt": "2026-04-13T11:00:00Z"
}Durum Kodları
200Success
201Created
400Bad Request
401Unauthorized
404Not Found
429Rate Limited
DeneSahte
POSThttps://api.pay.sandbox.kvell.group