---
title: "Create a private account and receive remittance"
method: POST
path: "/v2/remittances/receive"
---

# Create a private account and receive remittance

`POST /v2/remittances/receive`

## Request body

- ReceiveRemittanceRequest
  - `mgi_transaction_session_id` string
  - `reference` string
  - `amount` string
  - `currency` string
  - `country` string
  - `state` string
  - `city` string
  - `address` string
  - `zip_code` string
  - `phone_country_code` string
  - `phone` string
  - `photo_id_country` string
  - `photo_id_type` string
  - `photo_id_number` string
  - `birth_country` string
  - `date_of_birth` string, date
  - `occupation` string
  - `purpose_of_transaction` string
  - `relationship_to_sender` string
  - `intended_use` string
  - `id_state` string
  - `gender` string
  - `id_expiration_year` string
  - `operator_name` string
  - `id_issue_year` string

## Response `200`

Remittance received successfully

- ReceiveRemittanceResponse
  - `status` string
  - `mgi_transaction_session_id` string
  - `ready_for_commit` boolean

---

[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)
