Skip to main content

Revsto Distributor API Documentation

Welcome to the comprehensive documentation for the Revsto Distributor API. This API allows you to integrate with Revsto's financial infrastructure for account management, payment processing, and more.

API Sections

The API is divided into several functional areas:

  1. Authentication - Secure your API requests
  2. Events & Webhooks - Receive real-time notifications
  3. Account Creation & KYC - Onboard new customers
  4. Customer Accounts - Manage user accounts
  5. Money Payment Flows - Process financial transactions
  6. Distributor Internal Posting - Handle internal transfers
  7. Testing & Troubleshooting - Verify your integration

Testing Endpoints

You can test these endpoints directly in our API Sandbox.

Getting Started

To get started with the API:

  1. Obtain API credentials from your Revsto account manager
  2. Authenticate to receive an access token
  3. Use this token for all subsequent API requests

Base URLs

  • Production Environment: https://login.revsto.com/api
  • Sandbox Environment: https://sandbox.revsto.com/api

Authentication Endpoints

Authentication uses different URLs:

  • Production Auth: https://35703.tagpay.fr/api/distributor/v1/oauth2/token
  • Sandbox Auth: https://35702.tagpay.fr/api/distributor/v1/oauth2/token
caution

Always start with the sandbox environment for integration testing before moving to production.

Authentication

All API requests must include an Authorization header with a valid access token:

Authorization: Bearer your_access_token

See the Authentication section for details on obtaining this token.

Support

If you encounter any issues or have questions, please contact api-support@revsto.com.