---
title: "Create Payout Quotation - Momo & Bank"
method: POST
path: "/payouts/quotation"
---

# Create Payout Quotation - Momo & Bank

`POST /payouts/quotation`

## Request body

- object
  - `sourceWallet` string, required — Source wallet currency from Get Wallets
  - `amount` integer, required — Source amount to pay
  - `type` string, required — Options are momo and bank. Call Get Delivery Countries to get a list of payment types per country
  - `destinationCountry` string, required — Destination country ALPHA-2 code e.g NG for Nigeria
  - `destinationCurrency` string, required — Destination currency
  - `amountType` 'SOURCE' | 'DESTINATION' — DESTINATION or SOURCE - DESTINATION means if we should calculate using destination currency, SOURCE means if we should calculate using source currency
  - `reason` string — Optional field, Write short text on the reason for the transaction not more than 40 words

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `token` string
    - `quotation` object
      - `sourceCountry` string
      - `sourceCurrency` string
      - `sourceAmount` string
      - `destinationCountry` string
      - `destinationCurrency` string
      - `destinationAmount` string
      - `exchangeRate` string
      - `totalFees` string
      - `totalAmount` string
      - `type` string
      - `amountType` string
      - `amount` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
