Skip to main content

    DEVELOPERS

    API overview

    What the ArosaPay API covers, how it is authenticated, and where the full reference lives.

    Developers1 min read

    A short orientation to the API surface. Endpoint-level detail is maintained in the API reference and is not duplicated here.

    What the API covers

    • Creating and reading protected transactions.
    • Recording fulfilment and reading the current transaction state.
    • Reading settlement records for reconciliation.
    • Managing webhook endpoints and their signing secrets.

    Authentication and environments

    Requests are authenticated with an API key issued to an activated seller account. Keys are environment-scoped; never ship a live key to a browser or a mobile client. Key issuance and rotation are described on the developer platform.

    Where the specification lives

    Endpoints, request and response shapes, error codes and versioning are documented in the API reference.

    Go deeper

    Related guides

    Last updated