Skip to content

Commit

Permalink
Adyen drop-in gateway supports Klarna Pay Later payment method.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Aug 19, 2021
1 parent 783763b commit 1c1af53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DropInGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public function get_supported_payment_methods() {
PaymentMethods::GIROPAY,
PaymentMethods::GOOGLE_PAY,
PaymentMethods::IDEAL,
PaymentMethods::KLARNA_PAY_LATER,
PaymentMethods::SOFORT,
PaymentMethods::SWISH,
PaymentMethods::VIPPS,
Expand Down

2 comments on commit 1c1af53

@rvdsteege
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@remcotolsma Should we do something to (inform about) payment capture?

All Klarna payments have to be manually captured within 28 days after authorisation, even if you have enabled automatic capture for other payment methods on your merchant account.

Source: https://docs.adyen.com/payment-methods/klarna

See for example WooCommerce + Sisow + Klarna Pay Later:

@remcotolsma
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.