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:
- Authentication - Secure your API requests
- Events & Webhooks - Receive real-time notifications
- Account Creation & KYC - Onboard new customers
- Customer Accounts - Manage user accounts
- Money Payment Flows - Process financial transactions
- Distributor Internal Posting - Handle internal transfers
- 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:
- Obtain API credentials from your Revsto account manager
- Authenticate to receive an access token
- 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.