Upload invoices

Upload and submit invoices related to a payment

Endpoints

Upload Invoices - Upload invoices that are associated with a payment

Submit Invoices - 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 webhook 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.

3. Officially submit invoices

Last updated