Create Hutko adapter
In Settings → Developers → Adapters choose Hutko and save merchant credentials as JSON.
When Hutko confirms or declines a payment, the CRM verifies the signed callback, records the payment result, and moves the order forward without manual work.
Hutko callback
SHA1 verified · order matched
The CRM records Hutko's signed result. Payment processing stays on Hutko's side.
Hutko is connected as a workspace payment-status adapter. The CRM does not process cards or hold funds: Hutko handles the payment, then sends a signed server callback to Obriym CRM. The adapter validates the merchant id and SHA1 signature before writing any payment record.
The adapter is intentionally narrow: receive, verify, record, and update the order.
Hutko posts the payment result to the generated adapter endpoint.
The callback merchant_id must match the configured Hutko merchant.
The CRM creates or updates crm_order_payments with status, amount, currency and provider payment id.
A paid callback can move a pending order to confirmed through the shared order payment flow.
Configured in Settings → Developers → Adapters.
Hutko setup validation is a safe local credential and signature self-check. Live readiness is confirmed by Hutko delivering a real signed callback to the generated endpoint.
In Settings → Developers → Adapters choose Hutko and save merchant credentials as JSON.
Use the generated server callback URL in Hutko merchant settings or your checkout integration.
Use Test connection and sandbox validation before sending a real customer payment.
No. This adapter is for a workspace's own orders and buyers. Obriym's own SaaS billing provider is a separate billing subsystem.
This adapter records payment callbacks. Full subscription management for a workspace's customers should be added as a separate product flow only after the business contract with Hutko is explicit.
The payment is still recorded. The adapter stores buyer email or phone only when the signed callback contains them.
Let the payment provider confirm the result and keep order payment history consistent.
Start for free