---
title: "POST /api/customers/me/payment-methods"
method: POST
path: "/api/customers/me/payment-methods"
tags: ["api", "customer-payment-methods"]
---

# POST /api/customers/me/payment-methods

`POST /api/customers/me/payment-methods`

Create a payment method

## Request body

- union
  - object
    - `data` object, required
      - `iban` unknown, required
      - `bic` unknown, required
      - `accountHolderName` string, required — The account holder name of the customer payment method.
    - `gatewayId` string, required — The ID of the payment gateway or additional payment method which the payment method belongs to
  - object
    - `data` object, required
      - `accountNumber` unknown, required
      - `routingNumber` unknown, required
      - `accountHolderName` string, required — The account holder name of the customer payment method.
    - `gatewayId` string, required — The ID of the payment gateway or additional payment method which the payment method belongs to
  - object
    - `data` object, required
      - `bankCode` unknown, required
      - `branchCode` unknown, required
      - `accountNumber` unknown, required
      - `accountHolderName` string, required — The account holder name of the customer payment method.
    - `gatewayId` string, required — The ID of the payment gateway or additional payment method which the payment method belongs to
  - object
    - `gatewayId` string, required — The ID of the payment gateway or additional payment method which the payment method belongs to
    - `data` object — The payment-method specific payload.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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