Payment Program enablement

A Payment Program Enablements ......

A Payment Program Enablements defines ....

A Payment Program Enablement is associated with the following resources:

  • Payment Program Plan – a matrix defining which Payment Programs are available for a given transaction, based on factors such as Merchant Category Code (MCC) and customer country. It also determines which Payment Programs a Partner can enable when the enablement criteria are met.
Payment ProgramsKlarna Icon

Copied

POST:/v2/accounts/{partner_account_id}/products/payment/payment-programs/payment-program-enablements
Show recommended
ParameterRequiredDescription

Copied

partner_account_id
Yes

Unique identifier assigned by Klarna to the onboarded partner.

Here you can find all required parameters for this operation createPaymentProgramEnablementKlarna Icon

Link copied!

Each Payment Program can have one of the following enablement types:

Enablement TypeDefinition

PRESET

Automatically enabled for the Partner. This type can’t be disabled manually.

OPTIONAL

Can be enabled or disabled by the Partner at their discretion.

RESTRICTED

Requires additional approval from Klarna. For example, Financing 0% and interest-bearing Financing in the UK require Klarna to verify the Partner’s Financial Conduct Authority (FCA) license before activation.
Payment ProgramsKlarna Icon

Copied

GET:/v2/distribution/products/payment/payment-programs/{payment_program_id}
Show recommended
ParameterRequiredDescription
Here you can find all required parameters for this operation readPaymentProgramKlarna Icon
  • Payment Programs with the enablement type PRESET are available by default for Acquiring Partners.
  • Payment Programs with the enablement type OPTIONAL can be enabled or disabled instantly via the Payment Program API.
  • Payment Programs with the enablement type RESTRICTED require approval from Klarna. To enable these, submit a request through your Klarna Business Developer.

Link copied!

Acquiring Partners can manage optional or discretionary Payment Program Enablements on behalf of their Partners.

  • List all Payment Program Enablements using the listPaymentProgramEnablementsKlarna Icon operation to return all historical, current, and upcoming enablements for a given Partner Account ID.
  • Create a Payment Program Enablement using the createPaymentProgramEnablementKlarna Icon operation to opt in to an optional Payment Program.
  • For instance, a Partner might enable Financing 0% APR only during Black Friday week.

For example, to enable Financing 0% APR for customers based in Sweden, create a new Payment Program Enablement resource specifying the relevant country code.

All enablement actions are processed instantly via API, without manual review.

Link copied!

The following API endpoints are available for Acquiring Partners and their Partners: