---
title: "Register eBill"
method: POST
path: "/v1/ebill-registration/accounts/{accountId}"
tags: ["eBill registration"]
---

# Register eBill

`POST /v1/ebill-registration/accounts/{accountId}`

Register eBill for an account.<br>
eBill offers an electronic view of bank slips linked to your document number, simplifying daily use without paper documents. You can pay slips via internet banking or a banking app, minimizing barcode errors, and track all accounts under your document number. For more details, refer to the [eBill](https://developers.pismo.io/pismo-docs/docs/banking-overview#ebill) section in the *Banking overview* guide.<br>
This endpoint generates an [eBill registration status updated](https://developers.pismo.io/events/docs/integrated-payments-ebill-status-change-1) event.

## Path parameters

- `accountId` integer, required

## Headers

- `Idempotency-key` string, required

## Response `201`

Response Body

- EbillRegistrationResponse
  - `id` string — Registration ID.
  - `external_id` string — Provider's external ID.
  - `status` string — Registration status.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `409` — Conflict
- `500` — Internal Server Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
