Custom payment actions
GET/api/v1/payments/:id/:action
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Performs a custom action on an Payment.
The current range of actions are as follows
- clone_to_Payment
- clone_to_quote
- history
- delivery_note
- mark_paid
- download
- archive
- delete
Request
Responses
- 200
- 401
- 403
- 422
- 429
- 5XX
- default
Returns the Payment object
Response Headers
X-MINIMUM-CLIENT-VERSION
The API version
X-RateLimit-Remaining
The number of requests left for the time window.
X-RateLimit-Limit
The total number of requests in a given time window.
Authentication error
Authorization error
Validation error
Rate Limit Exceeded
Server error
Unexpected Error