The “Record Order Payment” API allows to record a payment for an order. Use this endpoint to record payment for an order and update the order status to “Paid”.Documentation Index
Fetch the complete documentation index at: https://developers.leadwaycrm.com/llms.txt
Use this file to discover all available pages before exploring further.
Autorizacion
Bearer token generado desde el portal Leadway. Ver Autenticacion.
Version de la API.
Path parameters
Order ID
Body
account Id / company Id based on altType
Alt Type Posibles valores: ‘account’
manual payment method Posibles valores: ‘cash’, ‘card’, ‘cheque’, ‘bank_transfer’, ‘other’
Details of Card if used for payment
Details of the Cheque if used for payment
Any note to be recorded with the transaction
Amount to be paid against the invoice.
Meta data to be recorded with the transaction
Indicates if the order is intended to be a partial payment.
Respuestas
200 - Successful response
200 - Successful response
Success status of the request
400 - Order not found
400 - Order not found
401 - Unauthorized
401 - Unauthorized
422 - Unprocessable Entity
422 - Unprocessable Entity

