Merchant panelinden API Key ve Secret alıp kendi sitenizde hosted iframe ödeme başlatabilirsiniz.
POST /api/v1/payment/create Authorization: Bearer API_KEY X-Signature: HMAC_SHA256(raw_body, API_SECRET)
{"merchant_order_id":"ORDER123","amount":"100.00","currency":"TRY","customer_email":"mail@example.com","callback_url":"https://site.com/webhook"}