Payment-PaymentMethodKlarna
Details from Klarna order used as payment method at the time of the transaction.
billingCategorystring
Enum Value | Description |
---|---|
PAY_LATER | Pay after delivery within a specified timeframe |
PAY_NOW | Immediate payment at time of purchase |
SLICE_IT | Split payment into installments |
SLICE_IT_BY_CARD | Split payment into installments using a card |
Possible values: [PAY_LATER
, PAY_NOW
, SLICE_IT
, SLICE_IT_BY_CARD
]
Example:
PAY_LATER
authPaymentMethodstring
Enum Value | Description |
---|---|
invoice | Traditional invoice payment |
fixed_amount | Payment with a predetermined fixed amount |
pix | Brazilian instant payment system |
base_account | Payment from a basic account |
deferred_interest | Payment with delayed interest charges |
direct_debit | Direct bank account debit |
direct_bank_transfer | Immediate bank transfer |
b2b_invoice | Business-to-business invoice payment |
card | Credit or debit card payment |
slice_it_by_card | Installment 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"
}