Skip to content

Conversation

@danbillson
Copy link
Contributor

Details

Add support for additional local Korean payment methods

Associated changelog: https://developer.paddle.com/changelog/2025/improved-korean-payment-methods

Changes

New payment methods:

  • Added south_korea_local_card, kakao_pay, naver_pay, payco, and samsung_pay

New types and entities:

  • Added SouthKoreaLocalCardType enum with Korean bank-specific card types (bc, citi, hana, hyundai, etc.)
  • Added SouthKoreaLocalCard entity with type and last4 properties
  • Added corresponding notification types and entities

Entity updates:

  • Added south_korea_local_card field to PaymentMethod and PaymentMethodDetails entities
  • Added southKoreaLocalCard property to entity classes

Deprecations:

  • Marked korea_local as deprecated in payment method enums (with migration guidance)
  • Marked underlying_details as deprecated in PaymentMethod and PaymentMethodDetails
  • Added deprecation notice to KoreanMarketUnderlyingPaymentMethodType for deprecated underlying payment method values

Backward compatibility

Deprecated values remain supported for backward compatibility. The SDK continues to accept and return korea_local and underlying_details while encouraging migration to the new payment methods.

@danbillson danbillson self-assigned this Nov 11, 2025
@danbillson danbillson requested a review from a team as a code owner November 11, 2025 12:57
amrita-paddle
amrita-paddle previously approved these changes Nov 11, 2025
heymcgovern
heymcgovern previously approved these changes Nov 11, 2025
CHANGELOG.md Outdated

### Added

- Added additional support for local Korean payment methods. See [related changelog](https://developer.paddle.com/changelog/2025/improved-korean-payment-methods)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it important we have ?utm_source=dx&utm_medium=paddle-node-sdk tracking on here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good spot!

@danbillson danbillson merged commit 2a76953 into main Nov 11, 2025
6 checks passed
@danbillson danbillson deleted the korean-payment-methods branch November 11, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants