#zach-klarna-category
1 messages · Page 1 of 1 (latest)
@cobalt coral we don't support controlling this via the API. This is something Klarna picks based on various signals and offering multiple options is something they want
zach-klarna-category
I see. Then, there is no way for a merchant to receive that information. Is it correct?
I'm not sure what that wording could mean. Who is the merchant here, not you? Are you asking whether that's what they used after they paid? Or you want to configure it upfront?
It's me. I am integrating Stripe with our system, but just wondering if I can receive "Pay in 4" via an API.
Unfortunately I don't get the words you use. What does "receive" mean please? Like you want to know after a customer paid if they used that option?
Sorry to push but until I get something more crisp I'm a bit stuck
Yes, I would like to know a customer paid with the option of "Pay in 4".
It's okay. I understand.
Okay so in that case you want this: https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-klarna-payment_method_category
I guess you're right, but I couldn't find the "Pay in 4" information in the Charge Object.
it's that enum I gave you
See https://stripe.com/docs/payments/klarna#payment-options where pay_in_installments would be the pay in 3/4 option
Yeah, I saw this, however, I wasn't able to pinpoint exact information about "Pay in 4". It shows the "payment_method_category" or "preferred_locale", which is not exactly the "Pay in 4" information.
I'm sorry I'm not sure how else to explain the same thing I said already
In the payload, "payment_method_details": { "klarna": { "payment_method_category": "pay_in_installments", "preferred_locale": "en-US" },
That enum is exactly what you want. When that enum says pay_in_installments it means "Pay in 4" or "Pay in 3"
Okay, so there must be no way to receive literally "Pay in 4" string.
Ah that's what you meant? Then no that's impossible
Okay, thanks for the confirmation.. Appreciate it.