RemitPro - API International Remittance
  1. Getting Strated Guide
RemitPro - API International Remittance
  • Getting Strated Guide
    • 1. Overview
    • 2. High Level Flow
    • 3. Supported Corridors
    • 4. Authorization & Scope
    • 5. Handle Error
    • 6. Signature
    • 7. API Host
  • Test Scenario
  • API Reference (V1)
    • Authentication
      • Generate Token
      • Refresh Token
    • Master Data
      • Onboarding
        • Id Type Personal
        • Id Type Business
  1. Getting Strated Guide

7. API Host

Before initiating the integration process, it is crucial to understand the API Host used in both Sandbox and Production environments. API Host serves as the primary access point for all API requests, ensuring data integrity and smooth system operations.

Types of Base URL#

We provide two types of Base URLs depending on the usage environment:

1. Sandbox (Testing Environment)#

Sandbox (Testing environment) is specifically intended for development and testing activities. It allows developers to simulate API requests and responses in a safe environment, without impacting live production data. Utilizing the Sandbox environment enables your team to:
Validate the integration between your system and our API.
Ensure the API implementation functions correctly before deployment.
Eliminate the risk of altering or losing critical data in the production environment.
Sandbox Base URL
https://api-gateway-dev.remitpro.co.id

2. Production (Live Environment)#

Production (Live Environment) is the live system intended for real-world operations once your integration is complete. APIs in this environment interact with actual customer data, meaning that every request will directly affect your business processes and end users. Therefore, the Production Base URL should only be used after thorough testing and when the integration is fully validated and ready for deployment.
Production Base URL
https://api-gateway.remitpro.co.id
Modified at 2025-08-14 04:18:32
Previous
6. Signature
Next
Generate Token
Built with