---
title: "Create Payment Method"
method: POST
path: "/api/v1/PaymentMethods"
tags: ["PaymentMethods"]
---

# Create Payment Method

`POST /api/v1/PaymentMethods`

## Headers

- `Time-Stamp` string, required
- `Time-Signature` string, required
- `User-Token` string, required
- `Client-Token` string, required

## Request body

- PeakAPIsLibraryModelRequestPaymentMethodsPaymentMethodsPostModel
  - `peakPaymentMethods` PeakAPIsLibraryModelRequestPaymentMethodsPaymentMethodsPostModelPeakPaymentMethodsModel
    - `paymentMethods` PeakAPIsLibraryModelRequestPaymentMethodsPaymentMethods[]
      - `id` string — The Unique Identifier generated by PEAK to identify data
      - `code` string — The code displayed in the PEAK
      - `name` string — Payment method name
      - `type` integer — Numeric code indicating the type of payment method
      - `memo` string — Additional notes or remarks about the product or service
      - `carringBalanceValue` integer
      - `bankId` integer — The numerical code that indicates a financial institution (If type is 2, bankId is required)
      - `eWalletId` integer — E-Wallet account number or identifier (If type is 4, accountCode is required)
      - `bankName` string — Name of the bank not available in the system (If type is 0, bankName is required)
      - `accountType` integer — Numeric code indicating the type of bank account
      - `accountNumber` string — Bank account number
      - `isHaveCheque` integer — Specify that it is a checking account capable of issuing checks from that bank account
      - `accountCode` string — Account to record transactions from the E-Wallet (If type is 4, accountCode is required)

## Response `200`

Success

- PeakWCFModelsAPIResponseResponsePaymentMethodModel
  - `peakPaymentMethods` PeakWCFModelsAPIBodyAPIBodyPaymentMethod
    - `totalPaymentMethod` integer
    - `resDesc` string
    - `resCode` string
  - `eventType` string
  - `apiType` string

---

[API](https://skmtc.net/peakaccount/apis/peakapis-core.md) · [All operations](https://skmtc.net/peakaccount/apis/peakapis-core/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peakaccount/peakapis-core/versions/516e79534d77/schema)
