Payments - OBSOLETE API

List Payments

URL

https://dev.v3manager.com/demo/api/payment

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/payment"

Count Payments

URL

https://dev.v3manager.com/demo/api/payment/count

HTTP Method

GET

Sum Payments

URL

https://dev.v3manager.com/demo/api/payment/sum

HTTP Method

GET

Example

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"

Parameters

Name Type Required
field string yes
filter array no

Load Payment by id

URL

https://dev.v3manager.com/demo/api/payment/:id

HTTP Method

GET

Example

curl -H "key: {apiKey}" "https://dev.v3manager.com/demo/api/payment/22"

Fields

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
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