HTTP Operation Type Object DTO Why-DTOs?
Mutation createPaymentMean PaymentMeanCreateGLDtoInput
Mutation deletePaymentMean PaymentMeanDeleteGLDtoInput
Query paymentMeanById PaymentMeanGLDto
Query paymentMeans filtered by id Why? PaymentMeanGLDto
Query paymentMeans PaymentMeanGLDto

Description

Represents the various means of payment used by payment terms within an organization, known as PaymentMean in the API context and Payment Method in the product interface.

Examples include Cash, Check, Bank Transfer, Direct Debit, and more.

These payment methods are customizable and local to each organization, allowing for flexibility in defining the ways payments can be received or made.

img

Key Value
Authorization Bearer Current access Token How to find?
X-TenantId Current tenant id How to find?
X-OrganizationId Current organization Id How to find?
x-api-key Primary or secondary subscription key of your app How to find?

paymentMeans

Fields Type Description Length
id UUID Id  
       
description String Name 20
Info
  • description : must be unique