Resolve Klarna identifiers from Partner-supplied references using read-only Partner management API actions with exact-match semantics.
Identifier resolution lets Acquiring Partners turn Partner-supplied references into Klarna identifiers for Partner Accounts, Payment Accounts, and access policies. Each action is a read-only GET that returns a single identifier when the documented query parameters match exactly. There is no partial or fuzzy matching.
| Situation | Action |
|---|---|
You store partner_account_reference and need partner_account_id for subsequent calls | resolvePartnerAccountId |
You store payment_acquiring_account_id and payment_account_reference and need payment_account_id | resolvePaymentAccountId |
You store access_policy_reference and know either partner_account_id or partner_account_reference, and need access_policy_id | resolveAccessPolicyId |
resolvePartnerAccountId returns
partner_account_id when the supplied partner_account_reference matches exactly.
| Query parameter | Required | Purpose |
|---|---|---|
partner_account_reference | Yes | Reference for the Partner Account |
resolvePaymentAccountId returns
payment_account_id when both query parameters together identify exactly one Payment Account under that acquiring context.
| Query parameter | Required | Purpose |
|---|---|---|
payment_acquiring_account_id | Yes | Payment Acquiring Account that scopes the Payment Account |
payment_account_reference | Yes | Reference for the Payment Account |
resolveAccessPolicyId returns
access_policy_id when access_policy_reference is provided together with exactly one of partner_account_id or partner_account_reference. Supported combinations:
access_policy_reference + partner_account_referenceaccess_policy_reference + partner_account_id| Query parameter | Required | Purpose |
|---|---|---|
access_policy_reference | Yes | Reference for the access policy |
partner_account_id | One of two | Klarna-assigned Partner Account identifier |
partner_account_reference | One of two | Reference for the Partner Account |
Related articles