---
title: "Add a Contact"
method: POST
path: "/contacts/anyone"
tags: ["Contacts"]
---

# Add a Contact

`POST /contacts/anyone`

Use this endpoint when you want to pay somebody.

<aside class="notice">
  A Contact added this way cannot be debited.
</aside>

## Request body

- AddAnAnyoneContactRequest
  - `name` string, required — The name of the Contact (140 max. characters, ASCII characters only)
  - `email` string, required — The email of the Contact (256 max. characters)
  - `branch_code` string, required — The bank account BSB of the Contact
  - `account_number` string, required — The bank account number of the Contact
  - `metadata` Metadata — Use for your custom data and certain Zepto customisations.

## Response `201`

Created

- AddAnAnyoneContactResponse
  - `data` object, required

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
