# Search for a remittance by reference number

Retrieves remittance details based on the provided reference number.

Endpoint: GET /v2/remittances/references
Version: 2.0.0

## Query parameters:

  - `reference_number` (string, required)
    The reference number of the remittance.
    Example: "23033104"

## Response 200 fields (application/json):

  - `mgi_transaction_session_id` (string)
    Example: "4200922151E1743120525540"

  - `transaction_status` (string)
    Example: "AVAIL"

  - `sender_first_name` (string)
    Example: "MARCOS"

  - `sender_last_name` (string)
    Example: "DURAN"

  - `sender_home_phone` (string)
    Example: "967774185"

  - `receiver_first_name` (string)
    Example: "LUIS"

  - `receiver_last_name` (string)
    Example: "MARTINEZ"

  - `date_time_sent` (string)
    Example: "2025-03-14T15:06:08.887-05:00"

  - `receive_currency` (string)
    Example: "MXN"

  - `receive_amount` (string)
    Example: "1596.00"

  - `reference_number` (string)
    Example: "23033104"

  - `originating_country` (string)
    Example: "USA"

  - `indicative_receive_amount` (string)
    Example: "0"

  - `indicative_exchange_rate` (string)
    Example: "0.000000"

  - `original_send_amount` (string)
    Example: "81.19"

  - `original_send_currency` (string)
    Example: "USD"

  - `original_send_fee` (string)
    Example: "3.81"

  - `original_exchange_rate` (string)
    Example: "19.654979"

  - `ok_for_pickup` (boolean)
    Example: true

  - `not_ok_for_pickup_reason_code` (string)
    Example: "0"

  - `minutes_until_ok_for_pickup` (string)
    Example: "0"


