Priority payment
PUT/account/payment/priority/set/:paymentId/:priority/
Priority payment
Request
Path Parameters
paymentId stringrequired
The Id of the payment you want to disable
priority stringrequired
The new priority of the payment you want to update
Responses
- 200
 - 204
 - 400
 - 401
 - 403
 - 500
 
payment priority updated
- application/json
 
- Schema
 - Example (from schema)
 
Schema
STATUS string
LABEL string
{
  "STATUS": "SUCCESS",
  "LABEL": "Payment priority updated [ID 17662]"
}
No data found with this paymentId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...