---
title: "Crear un PaymentMethod de tipo BankAccount"
method: POST
path: "/payment_methods"
---

# Crear un PaymentMethod de tipo BankAccount

`POST /payment_methods`

## Request body

- object
  - `toku_product` string, required
  - `id_customer` string, required
  - `id_account` string, required
  - `id_subscription` string, required
  - `bank_account_information` object, required
    - `account_number` string, required
    - `bank_id` string

## Response `200`

200

---

[API](https://skmtc.net/trytoku/apis/toku-api.md) · [All operations](https://skmtc.net/trytoku/apis/toku-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trytoku/toku-api/versions/30699b13e0d0/schema)
