---
title: "Search for a remittance by reference number"
method: GET
path: "/v2/remittances/references"
---

# Search for a remittance by reference number

`GET /v2/remittances/references`

Retrieves remittance details based on the provided reference number.

## Query parameters

- `reference_number` string, required

## Response `200`

Successful response with remittance details

- RemittanceResponse
  - `mgi_transaction_session_id` string
  - `transaction_status` string
  - `sender_first_name` string
  - `sender_last_name` string
  - `sender_home_phone` string
  - `receiver_first_name` string
  - `receiver_last_name` string
  - `date_time_sent` string, date-time
  - `receive_currency` string
  - `receive_amount` string
  - `reference_number` string
  - `originating_country` string
  - `indicative_receive_amount` string
  - `indicative_exchange_rate` string
  - `original_send_amount` string
  - `original_send_currency` string
  - `original_send_fee` string
  - `original_exchange_rate` string
  - `ok_for_pickup` boolean
  - `not_ok_for_pickup_reason_code` string
  - `minutes_until_ok_for_pickup` string

---

[API](https://skmtc.dev/monato/apis/remittances-api.md) · [All operations](https://skmtc.dev/monato/apis/remittances-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monato/remittances-api/revisions/52914d7d7447/schema)
