Skip to main content

    DEVELOPERS

    Integrate ArosaPay

    Orientation for teams adding protected checkout to a platform, storefront or internal system.

    Developers1 min read

    This guide is a map, not a specification. It describes the shape of an integration and points to the canonical documentation for each part.

    The shape of an integration

    1. 01

      Create a transaction

      Your system creates the transaction with the amount, description, review window and your own reference.

    2. 02

      Send the buyer to checkout

      Use the returned checkout destination. Do not collect payment separately.

    3. 03

      Consume state changes

      Subscribe to webhook events rather than polling, and treat them as the source of state.

    4. 04

      Reconcile settlements

      Match released settlements to your orders using the transaction identifier and your reference.

    Before you go live

    Go deeper

    Related guides

    Last updated