Developer Docs

JuniGo API Documentation

Full documentation portal coming soon. In the meantime, review the API overview below or contact our team for sandbox access.

Apply for API Access API Overview
# Authentication
curl -H "Authorization: Bearer YOUR_KEY" \
     -H "Content-Type: application/json" \
     https://api.getjunigo.com/v1/payouts \
     -d '{
  "amount": 5000.00,
  "currency": "SGD",
  "destination_currency": "PHP",
  "rail": "instapay",
  "beneficiary": {
    "account_number": "xxxxxxxxxxxx",
    "bank_code": "BPIPH",
    "name": "Supplier Co."
  },
  "reference": "INV-2025-047"
}'
API Reference

Core API Endpoints

Full interactive docs portal in development. Below is a structural overview.

GET / POST

/v1/payouts

Create and retrieve payment instructions. Supports single and batch operations.

GET / POST

/v1/accounts

Multi-currency wallet management. Balances, account numbers, transactions.

GET

/v1/rates

Live FX rates for all supported currency pairs. Updated every 30 seconds.

Full docs portal launching Q3 2026

Apply for sandbox access and receive provisional API documentation alongside your credentials.

Apply for API Access