---
title: "interac/money-request"
method: POST
path: "/interac/money-request"
tags: ["Interac Endpoints"]
---

# interac/money-request

`POST /interac/money-request`

This API endpoint is used to create a new Interac money request transaction.

 If a ClientAccountID is provided, the client account's first/last name, and email address will be used for the transaction.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `TransactionID` integer, required — The unique ID of the transaction
  - `TransactionStatus` string, required — A message indicating the current transaction status. Statuses are: requested, pending, successful, failed, cancelled
  - `Flagged` string — Details on why the transaction was flagged, if applicable. Flagged transactions will need to be confirmed by using the /account/transaction/confirm endpoint.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
