Invoice

Pay a customer's standalone invoices.

Overview

Invoices are statements of what a customer owes. The Open API lets an authenticated customer pay a standalone invoice.


How It Works

  1. Pay an invoice — charge an existing card (source_id) or a new card token against an open invoice.

API Endpoints

MethodEndpointDescription
POST/api/v1/sdk/invoices/{invoice_id}/payPay invoice

Important Behaviors

  • Requires an authenticated customer (Bearer JWT).
  • The invoice must belong to the customer and not be paid, void, or uncollectible.
  • Pay with an existing source_id or a new payment_gateway + gateway_token; when 3D Secure is required the response returns a payment_intent to complete.