For the complete documentation index, see llms.txt. This page is also available as Markdown.

How it Works

Transaction Processing Flow

Sync User Data

When a customer initiates a purchase on your web store by entering their user ID or logging in, Coda starts the process by synchronizing the user's information via a UserSync API Request. This enables our partners to personalize the offerings and overall experience, ultimately boosting conversions. For more details, please refer to the Personalized Sales Guide.

Validate Purchase

When a customer selects a specific SKU and enters payment details on your web store, the platform sends a comprehensive package of user details, SKU ID, payment channel specifics, and more to our partners via a Validation API Request. Once the partner confirms the request, Coda authorizes the customer to proceed to payment

Top-Up Fulfillment

Once the payment is successfully completed, Coda sends a Top-Up request to the partner's endpoint. This crucial step should seamlessly result in the purchased item being added to the customer’s account.

For a visual representation of this purchase flow on your web store, refer to the sequence diagram below, which illustrates each step of the process.

Transaction Flow on your Web Store

Last updated

Was this helpful?