Minit Money Enterprise
  • Welcome
  • Introduction
    • What is RaaS?
  • Get Started
  • Dashboard
  • RaaS API
    • API Key
    • Health Check
    • Corridors
      • List all Corridors
      • Corridor Details
      • Payout Methods
      • Payout Requirements
  • Senders
    • New Sender
    • Fetch Details
    • Update Details
    • Delete Sender
    • KYC
  • Beneficiaries
    • New Beneficiary
    • Fetch Details
    • Update Details
    • Delete Beneficiary
    • KYC
  • Quote
    • New Quotes
    • Fetch Quote
  • Transactions
    • New Transaction
    • Fetch Transaction
    • Status
  • Webhooks
    • Subscribe
    • Delete
  • Resources
    • Change log
    • FAQs
    • About
Powered by GitBook
On this page
  1. Quote

New Quotes

Create a Quote

POST /quotes

Description

Locks a live exchange rate and amount for a remittance corridor. Returns a quote ID and expiration timestamp.

Body

Name
Type
Description

....

...

...

...

...

...

{
    "sender_uid": "12345",
    "corridor_uid" : "12345",
    "payout_method_uid": "12345",
    "source_currency_code": "OMR",
    "destination_currency_code": "PHP",
    "source_amount": 10,
    "destination_amount": 1449.9,
    "exchange_rate": 144.99,
    "fee": 1
}
PreviousQuoteNextFetch Quote

Last updated 1 month ago