Provider apps

Build an app that connects a merchant's service account to Tringify.

A provider app lets a merchant use a service they already trust—such as a payment gateway, messaging service, or shipping carrier—inside Tringify. Your app keeps the provider credentials and talks to that provider. Tringify sends your app a small, documented request whenever the merchant needs the service.

How a provider app comes together#

  1. Create a Standard app in the Developer Portal.
  2. Add a provider declaration that describes the service your app offers.
  3. Build the secure endpoints shown in the declaration.
  4. Install the app on a development store and connect a test account.
  5. Submit the declaration for review before merchants use it with live accounts.

What your app is responsible for#

Your app stores the merchant's provider credentials, calls the provider's API, verifies provider callbacks, and returns the documented result. Tringify never asks your app to send card details, API secrets, or other provider credentials in a provider response.