Payments
  • Welcome
  • One time payment
    • OneBip
    • PayPal Legacy
    • PayPal
    • Stripe
    • Paymentwall
    • Mollie
  • Subscription payment
    • PayPal
  • Webhook
    • Payment Payload
    • Subscription Status Paypload
    • Validating webhook
  • Payment Entities
    • Base
    • User
    • Package
    • Subscription
    • InvoiceNinja
    • FactuurSturen
Powered by GitBook
On this page

Was this helpful?

  1. Payment Entities

FactuurSturen

Integration with factuursturen.nl, to send invoices to clients automatically.

Name

Required

Type

Description

username

yes

string

The username of your account

secret

yes

string

The API secret of your account.

mailInvoice

no

boolean

E-mail the invoice to the client? - Will save as draft when false (default: false)

applyMoss

no

boolean

Automaticlly calculate the VAT percentage for EU countries (default: false)

applyVat

no

boolean

Apply a specific VAT amount (see vatRate) (default: false)

vatInclusive

no

boolean

Must the VAT amount provided be inclusive or exclusive. (Exclusive: Package is 10,00 new price will become 12,10 with VAT. Inclusive: Package is 10,00, new price will become 10,00. You will pay for the VAT.

vatRate

no

integer

The VAT rate to charge the client

PreviousInvoiceNinja

Last updated 4 years ago

Was this helpful?