Skip to content
Last updated

Momnt API

The Momnt API lets you manage merchants and consumer loans.

Base URLs:

EnvironmentURL
Staginghttps://app-stg.momnt.com/
Productionhttps://app.momnt.com/

Authentication

All requests require HTTP Basic Authentication — your email and password.

curl -s -X POST "https://app-stg.momnt.com/api/v1/sponsor/consumers/soft-pull/" \
  -H "Content-Type: application/json" \
  -u "mail@test.com:password" \
  -d '{}'

See Authentication for full details.

API Sections

Merchants

Onboard merchants, manage payment details, rate sheets, offer codes, and users.

Consumers

Invite consumers, run soft pulls, manage applications, transactions, and refunds.