Skip to main content
This endpoint allows you to process payouts in Canadian Dollars (CAD) to recipients with a bank account in Canada.

Endpoint

POST: https://sandboxapi.me-cash.com/v2/payout

Request Details

Headers

Include these headers in your request:
meCash supports two Payment Channels for CAD Payouts:
  • Bank Transfer: Bank Transfer is the traditional way to send money directly into a recipient’s bank account.
  • Interac: The Interac E-Transfer is a popular Canadian payment service that lets you send money using an email address or mobile phone number.

Sample Request for Bank Transfer


Sample Request: Interac E-Transfer

Here are examples of how to make a CAD payout request via Interac, using the recipient’s email or mobile number.

Request Body Breakdown


Success Response (Bank Transfer) (200 OK)

If the payout is successfully created, the API returns the following response:
copy

Success Response for Interac (200 OK)

If the payout is successfully created, the API returns the following response:
copy

Response Breakdown

This table explains each field in the success response payload. Note that some fields in the recipient object are specific to the payment channel used.

Payout Transaction States

The payout transaction can have one of the following states:

Error Handling


Best Practices

βœ… Ensure quoteId is valid and linked to an existing quote.
βœ… Confirm that the recipient’s account number, transit number, and institution number are correct.
βœ… Use a valid API key in the headers.
βœ… Handle error responses correctly in your integration.