POST Refund Deal Request

Allows a vendor to initiate full or partial refunds for an invoice/bill that has been financed by Lendica.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint allows a vendor to initiate a refund, either full or partial, for an invoice or bill that has been financed by Lendica. The refund process requires the unique ID of both the invoice/bill and the company in the partner's system. Additionally, the amount to be refunded can be specified, or a full refund will be assumed if the amount is not provided.

Usage:

  • Request: A POST request with a JSON payload containing the partner_invoice_uuid, partner_company_uuid, and optionally, the amount to refund.
  • Response: A JSON response indicating the status of the refund request.
Body Params
string
required

Unique ID of the invoice/bill to be refunded. (Unique identifier in the partner system)

string
required

Unique ID of the company that the invoice/bill belongs to. (Unique identifier in the partner system)

float

Amount to refund. If not specified, a full refund is assumed.

Responses

400

Bad Request

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json