post https://api.rainex.io/projects//transactions/query
Here are the enums that are contained in the answer:
name | value |
---|---|
type | payment |
status | pending, completed, failed |
paymentMethod | cash, other |
customer[autoCollection] | on, off |
Responses
Here are the enums that are contained in the answer:
name | value |
---|---|
type | payment |
status | pending, completed, failed |
paymentMethod | cash, other |
customer[autoCollection] | on, off |
xxxxxxxxxx
curl --request POST \
--url https://api.rainex.io/projects/your-site-name-1/transactions/query \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"sortKind":"desc"}'