---
title: "Pay bill"
method: POST
path: "/billpay"
tags: ["Accounts"]
---

# Pay bill

`POST /billpay`

## Query parameters

- `accountId` integer, required
- `amount` number, required

## Request body

- Payee
  - `name` string
  - `address` Address
    - `street` string
    - `city` string
    - `state` string
    - `zipCode` string
  - `phoneNumber` string
  - `accountNumber` integer

## Response `200`

successful operation

- BillPayResponse
  - `payeeName` string
  - `amount` number
  - `accountId` integer

---

[API](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api.md) · [All operations](https://skmtc.net/parasoft/apis/the-parabank-services-proxy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/parasoft/the-parabank-services-proxy-rest-api/versions/dde8a8455a0b/schema)
