#zach-klarna-category

1 messages · Page 1 of 1 (latest)

versed salmonBOT
silver dune
#

@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

cobalt coral
#

I see. Then, there is no way for a merchant to receive that information. Is it correct?

silver dune
#

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?

cobalt coral
#

It's me. I am integrating Stripe with our system, but just wondering if I can receive "Pay in 4" via an API.

silver dune
#

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

cobalt coral
#

Yes, I would like to know a customer paid with the option of "Pay in 4".

#

It's okay. I understand.

cobalt coral
#

I guess you're right, but I couldn't find the "Pay in 4" information in the Charge Object.

silver dune
#

it's that enum I gave you

cobalt coral
#

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.

silver dune
#

I'm sorry I'm not sure how else to explain the same thing I said already

cobalt coral
#

In the payload, "payment_method_details": { "klarna": { "payment_method_category": "pay_in_installments", "preferred_locale": "en-US" },

silver dune
#

That enum is exactly what you want. When that enum says pay_in_installments it means "Pay in 4" or "Pay in 3"

cobalt coral
#

Okay, so there must be no way to receive literally "Pay in 4" string.

silver dune
#

Ah that's what you meant? Then no that's impossible

cobalt coral
#

Okay, thanks for the confirmation.. Appreciate it.