1. Getting started
Casharc
  • API
    • Merchant
      • Getting started
        • Introduction
        • Authentication
        • Quickstart
      • Сore сoncepts
        • Statuses
        • Reason Codes
      • Balance
        • Balance
      • Payment
        • Payment
        • Payment Detail
        • Payment Refund
        • Payment Cancel
        • Payments List
      • Payout
        • Payout
        • Payout Detail
        • Payout Cancel
      • Appeal
        • Appeal
        • Appeal Detail
        • Appeal Cancel
      • Webhook
        • On Status Change
  1. Getting started

Introduction

Casharc is a peer-to-peer payment orchestration platform. The API lets you accept payments, send payouts, and raise appeals to dispute a transaction — all through a single, consistent REST interface.

Base URL#

All API requests are made to:
https://api.casharc.pro/v1

How it works#

A payment or payout is created synchronously — you get an object back immediately with a status of created. The money itself moves asynchronously: the object then advances through its lifecycle until it reaches a final (terminal) status such as paid or declined. You track that progress by polling the object, or by subscribing to webhooks.
See Statuses for the full lifecycle of every object.
Next
Authentication
Built with