← ClaudeAtlas

autolaris-h2hlisted

Integrate AutoLaris H2H for Indonesian shipping, payment channels, Create Order `/submit`, and Advice reconciliation. Use when a task mentions AutoLaris, `/api/h2h`, Create Resi, Cek Ongkir, QRIS/VA via AutoLaris, `courir_id`, or Advice payment status.
ongkipro/dotfiles · ★ 0 · AI & Automation · score 53
Install: claude install-skill ongkipro/dotfiles
# AutoLaris H2H Integration Use this skill for a server-side integration with AutoLaris H2H. It covers the published H2H endpoints, a merchant-approved non-physical payment profile, and safe payment reconciliation. It does not authorize a live provider call, order creation, credential read, callback change, or deployment; obtain the user's explicit approval for those actions. ## Evidence boundary The local references are a sanitized snapshot of the public AutoLaris Postman collection, reviewed on 2026-09-03. The current provider documentation, merchant account configuration, and a sanitized observed response override this skill if they conflict. Before relying on a changed provider contract, verify the current Postman collection or provider support response. Do not save a raw public collection to disk or copy credentials from it: public examples can contain exposed tokens. Extract only the method, path, field names, and sanitized sample values needed for the review. ## Read the smallest relevant reference | Task | Read | |---|---| | First integration, prerequisite, and flow selection | [getting started](references/docs/getting-started.md) | | Endpoint path, request fields, and response shape | [H2H reference](references/docs/reference/h2h-api.md) | | QRIS/VA/e-wallet, fees, callbacks, Create Order, and Advice | [payment guide](references/docs/guides/payment-gateway.md) | | Node.js, Astro, Next.js, Workers, or PHP server examples | [integration guide](references/docs/gui