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

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 means 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 Why deprecated ?
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  
creationDate DateTime Creation Date  
modificationDate DateTime Modification Date  
       
description String Name 20
type
  • UNDEFINED
  • PAYMENT_IN
Indicates the payment mean type. By default UNDEFINED.  
inactive Boolean Indicates whether the payment mean is inactive. Default value is false.  
Info
  • description : must be unique

  • type:

    • UNDEFINED – Default value when no specific behavior is defined.
    • PAYMENT_IN – Indicates that the payment mean corresponds to an online payment process.