https://dev.v3manager.com/demo/api/payment
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/payment"
https://dev.v3manager.com/demo/api/payment/count
GET
https://dev.v3manager.com/demo/api/payment/sum
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/payment/sum?field=total&search=["created",">","05-07-2023"]"
Encoded:
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/payment/sum?field=total&search=%5B%22created%22%2C%22%3E%22%2C%2205-07-2023%22%5D"
Name | Type | Required |
---|---|---|
field | string | yes |
filter | array | no |
https://dev.v3manager.com/demo/api/payment/:id
GET
curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/payment/22"
Name | Label | Data type | Readonly | Descrition |
---|---|---|---|---|
updateUserName | Updated by | string | No | |
updateUser | Updated by | int | Yes | |
amount | Amount | currency | Yes | |
customer | Customer | int | Yes | |
customerName | Customer | string | No | |
compensation | Compensation | bool | Yes | |
createUser | Created by | int | Yes | |
createUserName | Created by | string | No | |
refunded | Returned | bool | Yes | |
updated | Update date | datetime | Yes | |
created | Creation date | datetime | Yes | |
methodName | Payment method | string | No | |
method | Payment method | int | No | |
online | Online | bool | Yes | |
id | ID | int | Yes | |
virtual | Virtual | bool | Yes | A payment in which money does not enter the system. A negative sale is generated. For example payment with voucher |