Skip to content

Commit ed329b2

Browse files
Add Banxa Klarna Checkout payment type mapping
Unblocks Banxa query progress stuck since Jul 24 on unrecognized KLARNA Checkout payment methods. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 78900c7 commit ed329b2

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/partners/banxa.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,8 @@ function getFiatPaymentType(tx: BanxaTx): FiatPaymentType {
616616
return 'googlepay'
617617
case 'iDEAL Transfer':
618618
return 'ideal'
619+
case 'KLARNA Checkout':
620+
return 'klarna'
619621
case 'ZeroHash ACH Sell':
620622
case 'Fortress/Plaid ACH':
621623
return 'ach'

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const asFiatPaymentType = asValue(
9393
'interac',
9494
'iobank',
9595
'israelibank',
96+
'klarna',
9697
'mexicobank',
9798
'mobikwik',
9899
'moonpay',

0 commit comments

Comments
 (0)