Finove
  • Introduction
  • Getting started
  • Authentication
    • Fetch Access Token
  • Iframe integration
  • Key terms
  • Merchant API
    • Payment Requests
      • Create Payment Request
      • List Payment Requests
      • Get Payment Request
    • Payments
      • List Payments
      • Get Payment
      • Upload invoices
        • Upload Invoices
        • Submit Invoices
    • Customers
      • List Customers
    • Simulation
      • Run simulation
      • Get Financing Terms
    • Send invites by email
  • Webhooks
    • Overview
    • Webhook events
    • Setting ups with webhooks
    • Securing your webhooks
Powered by GitBook
On this page
  • Endpoints
  • Overview

Was this helpful?

  1. Merchant API
  2. Payments

Upload invoices

Upload and submit invoices related to a payment

PreviousGet PaymentNextUpload Invoices

Last updated 2 years ago

Was this helpful?

Endpoints

- Upload invoices that are associated with a payment

- Officially "submit" the invoices that you uploaded

Overview

Every payment requires one or more invoices to be submitted by the merchant and verified by our platform before a payment can be made to the merchant. Invoices can be submitted once a payment authorized (finalized by the customer).

There are a few steps to this process:

1. Listen for the payment.authorized webhook event.

You can receive a when a payment is ready for invoice uploading by subscribing to the payment.authorized event. When the payment is in the authorized status, you must upload and submit the invoice(s) in order for the payment to be captured and the disbursement made to your account.

2. related to payment (1 or more)

3. Officially

Upload Invoices
Submit Invoices
webhook
Upload invoices
submit invoices
Overview of invoice upload process