---
title: "Payout Canadian Bill payment."
method: POST
path: "/v0.2.4/payouts/bills/ca"
tags: ["Payouts"]
---

# Payout Canadian Bill payment.

`POST /v0.2.4/payouts/bills/ca`

## Request body

- object
  - `subAccount` string — Subaccount (Wallet Account) to payout from, if any.
  - `turnOffNotification` boolean — disables email and other notifications from Chimoney.
  - `debitCurrency` string — Wallet Currency to debit from.
  - `billingData` object[], required — Billing data.
    - `email` string, required — Email of Payer.
    - `firstname` string, required — First name of Payer.
    - `lastname` string, required — Last name of Payer.
    - `payeeCode` string, required — Merchant Payee Code
    - `payeeName` string, required — Merchant Payee Name
    - `amount` unknown, required
    - `accountID` string, required — Customer's Account Number for Specified Payee
    - `narration` string — A brief description about the transaction provided by the merchant.
    - `collectionPaymentIssueID` string — issue ID for the payment payout initiated.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message describing the outcome.
  - `data` object
    - `payoutLink` string
    - `data` object[]
    - `error` string
    - `payouts` object[]

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/versions/227751df36a0/schema)
