Skip to main content
POST
/
developer
/
company
/
invoices
{
  "success": true,
  "data": {
    "payment_link": "https://send.incard.com/invoices/<generated-invoice-public-id>",
    "reminder_schedule": null
  }
}

Authorizations

Authorization
string
header
required

Short-lived access token. Obtain with your api_key.

Body

application/json

Outbound invoice payload.

The body is of type CreateOutboundInvoiceRequest · object.

Response

Created outbound invoice payment link.

success
boolean
required

Whether the invoice was created successfully.

data
object