Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Link in different payment integrations


Link in different payment integrations

To use Link, you must enable it under Wallets in your payment method settings and integrate it appropriately for your use case. After you’ve enabled and integrated it, Stripe automatically displays Link to your customers for eligible transactions. All Link transactions confirm immediately, and successful payments settle to your Stripe balance on the same timeline as card payments, regardless of the payment method that funds the payment.

You can integrate Link in two ways:

  • As a payment method : Recommended. This integration works with dynamic payment methods and in most cases requires no additional configuration.
  • Within a card-specific integration : Use this integration type instead if you only accept card payments, or if you require access to card details such as the brand or last 4 digits.

Both Link integrations accept all types of payment methods supported by Link, including credit cards, debit cards, Instant Bank Payments, and Klarna.

All Link transactions have a PaymentMethod object with a type of link.

To integrate Link as a payment method, use dynamic payment methods or pass link in the allowed_payment_method_types parameter. Because all Link transactions use the link payment method type, the objects associated with them don’t expose details about how the customer paid. If you require access to card details, such as the brand or last 4 digits, integrate with Link as described in the Link with card integrations tab.

This integration increases Link authorization rates by letting customers select a backup payment source. At checkout, if the customer’s Link account contains multiple eligible saved payment sources, Link suggests a backup. If the customer approves the backup, and the initial payment attempt fails, Link automatically retries the payment using the backup.

Note

Link as a payment method has the following limitations. If these affect your integration, use a Link with card integration instead.

Last verified 2026-09-24

Is this helpful?