Lago’s native integration with Stripe allows you to collect payments automatically when new invoices are generated.
http://
or https://
.card
, link
, sepa_debit
, us_bank_account
, bacs_debit
, boleto
, crypto
or customer_balance
.Creation of a new customer with Stripe
card
, link
, sepa_debit
, us_bank_account
, bacs_debit
, boleto
, crypto
or customer_balance
.Migration of an existing Stripe customer
Card payments
Link
link
feature, it must be used in conjunction with card
.Bank Transfers (Customer Balance)
customer_balance
payment method in Lago, no other payment method can be selected.SEPA debits (EU only)
sepa_debit
.
It’s important to note that this payment option is exclusive to invoices in EUR
currency.ACH debits (US only)
us_bank_account
.
It’s important to note that this payment option is exclusive to invoices in USD
currency.BACS debits (UK only)
bacs_debit
.
It’s important to note that this payment method is exclusively for invoices in GBP
currency.Boleto (BRL only)
boleto
.
Note that Boleto is only valid for invoices denominated in Brazilian Real (BRL). Additionally, Boleto payments cannot be refunded and are unlikely to be successfully disputed.Crypto (Stablecoins)
checkout_url
:
pending
to succeeded
.
pending
to
failed
and Lago will generate an invoice.payment_failure
webhook.
payment.requires_action
webhook.
This webhook provides the URL for completing the 3DS process. It’s important to note that most payments in India require 3DS authentication due to RBI regulations.
pending
.
dispute_lost_at
field with the timestamp when the dispute was lost. Following this update:
Write
(to create refunds when creating credit notes)Write
Read
(to receive webhooks with event details)Write
(to create and read bank details)Write
(to create payments)Write
(to update customer’s payment methods)Write
(to generate checkout URLs)Write
(to create and update webhooks)