v1

latestOpenAPI 3.0.0© Billie GmbH, 20202026-07-24143643.6 KB
Captures

Confirm Invoice Payment

Purpose:

Confirms that the buyer (your customer) paid a given amount relating to a capture to your bank account, rather than Billie's. Billie will reduce the outstanding amount accordingly and debit the amount you provided from your upcoming settlement.

Preconditions:

  • captureId: The unique identifier of the capture
  • amount that the buyer paid to you

Success:

  • Response Code: HTTP 204

Attention:

  • The amount provided does not exceed the sum of all captures of the related order.
post/invoices/{captureId}/confirm-payment

Path parameters

captureIdstring uuid required
Example:12345667-890a-bcde-f123-34567890abcd

The unique identifier of the capture

Request body

paid_amountnumber float required

The amount paid to the merchant from debtor.

Response

Invoice payment successfully confirmed