Skip to main content

Update a SuperPay payment amount

POST 

/orders/:guid/payments/superpay/update-amount

Changes the amount, per vehicle. List every vehicle on the order; the active amounts must sum to amount. Set is_active: false to exclude a vehicle from the payment; an excluded vehicle still needs an amount field, send 0. Excluding a vehicle deactivates it on the order as well.

Until collection starts, the amount can go up or down. From then on it cannot exceed the amount being or last collected; lowering is always allowed and comes back to you as a refund once funds are in. Once the payment record exists, this endpoint is the only way to change what the order pays: price edits through the Orders API are rejected.

Request​

Responses​

The updated payment