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.
✨ Ask AI
| 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 |
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.
| 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? |
| Fields | Type | Description | Length |
|---|---|---|---|
| id |
UUID | Id | |
| creationDate |
DateTime | Creation Date | |
| modificationDate |
DateTime | Modification Date | |
| description |
String | Name |
20 |
| type |
|
Indicates the payment mean type. By default UNDEFINED. |
|
| inactive |
Boolean | Indicates whether the payment mean is inactive. Default value is false. |
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.