Skip to main content

Payment-PaymentMethodKlarna

Details from Klarna order used as payment method at the time of the transaction.

billingCategorystring
Enum ValueDescription
PAY_LATERPay after delivery within a specified timeframe
PAY_NOWImmediate payment at time of purchase
SLICE_ITSplit payment into installments
SLICE_IT_BY_CARDSplit payment into installments using a card

Possible values: [PAY_LATER, PAY_NOW, SLICE_IT, SLICE_IT_BY_CARD]

Example: PAY_LATER
authPaymentMethodstring
Enum ValueDescription
invoiceTraditional invoice payment
fixed_amountPayment with a predetermined fixed amount
pixBrazilian instant payment system
base_accountPayment from a basic account
deferred_interestPayment with delayed interest charges
direct_debitDirect bank account debit
direct_bank_transferImmediate bank transfer
b2b_invoiceBusiness-to-business invoice payment
cardCredit or debit card payment
slice_it_by_cardInstallment payment using a card

Possible values: [invoice, fixed_amount, pix, base_account, deferred_interest, direct_debit, direct_bank_transfer, b2b_invoice, card, slice_it_by_card]

Example: card
Payment-PaymentMethodKlarna
{
"billingCategory": "PAY_LATER",
"authPaymentMethod": "card"
}