v1

latestOpenAPI 3.0.02026-08-06478.7 KB

Create a private account and receive remittance

post/v2/remittances/receive

Request body

mgi_transaction_session_idstring
referencestring
amountstring
currencystring
countrystring
statestring
citystring
addressstring
zip_codestring
phone_country_codestring
phonestring
photo_id_countrystring
photo_id_typestring
photo_id_numberstring
birth_countrystring
date_of_birthstring date
occupationstring
purpose_of_transactionstring
relationship_to_senderstring
intended_usestring
id_statestring
genderstring
id_expiration_yearstring
operator_namestring
id_issue_yearstring

Example request

{
  "reference": "23033104",
  "amount": "1596.00",
  "currency": "MXN",
  "country": "MEX",
  "state": "DF",
  "city": "Miguel Hidalgo",
  "address": "Avenida Queretaro",
  "zip_code": "11590",
  "phone_country_code": "52",
  "phone": "5641663028",
  "photo_id_country": "MEX",
  "photo_id_type": "GOV",
  "photo_id_number": "2686505909",
  "birth_country": "MEX",
  "date_of_birth": "1991-01-20",
  "occupation": "EDUCATION",
  "purpose_of_transaction": "PERSONAL_USE",
  "relationship_to_sender": "FAMILY",
  "intended_use": "FAMILY_FRIENDS_SUPPORT",
  "id_state": "DF",
  "gender": "MALE",
  "id_expiration_year": "2033",
  "operator_name": "Daniel",
  "id_issue_year": "2023"
}

Response

Remittance received successfully

statusstring
mgi_transaction_session_idstring
ready_for_commitboolean

Example response

{
  "status": "available",
  "ready_for_commit": true
}