v1

latestOpenAPI 3.0.02026-08-06478.7 KB

Search for a remittance by reference number

Retrieves remittance details based on the provided reference number.

get/v2/remittances/references

Query parameters

reference_numberstring required
Example:23033104

The reference number of the remittance.

Response

Successful response with remittance details

mgi_transaction_session_idstring
transaction_statusstring
sender_first_namestring
sender_last_namestring
sender_home_phonestring
receiver_first_namestring
receiver_last_namestring
date_time_sentstring date-time
receive_currencystring
receive_amountstring
reference_numberstring
originating_countrystring
indicative_receive_amountstring
indicative_exchange_ratestring
original_send_amountstring
original_send_currencystring
original_send_feestring
original_exchange_ratestring
ok_for_pickupboolean
not_ok_for_pickup_reason_codestring
minutes_until_ok_for_pickupstring

Example response

{
  "transaction_status": "AVAIL",
  "sender_first_name": "MARCOS",
  "sender_last_name": "DURAN",
  "sender_home_phone": "967774185",
  "receiver_first_name": "LUIS",
  "receiver_last_name": "MARTINEZ",
  "date_time_sent": "2025-03-14T15:06:08.887-05:00",
  "receive_currency": "MXN",
  "receive_amount": "1596.00",
  "reference_number": "23033104",
  "originating_country": "USA",
  "indicative_receive_amount": "0",
  "indicative_exchange_rate": "0.000000",
  "original_send_amount": "81.19",
  "original_send_currency": "USD",
  "original_send_fee": "3.81",
  "original_exchange_rate": "19.654979",
  "ok_for_pickup": true,
  "not_ok_for_pickup_reason_code": "0",
  "minutes_until_ok_for_pickup": "0"
}