Skip to content

API Base URLs

Environments

Development

https://payments-api-dev-966260606560.europe-west2.run.app

Production

https://api.rach.finance (coming soon)

Usage

All API endpoints in this documentation use the development base URL by default.

Replace with production URL when going live.

Example

bash
# Development
curl https://payments-api-dev-966260606560.europe-west2.run.app/api/v1/auth/register

# Production (when ready)
curl https://api.rach.finance/api/v1/auth/register

Rach Payments API