Create a new credential
Credential created
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "description": "Test Client Credentials",
- "type": "CLIENT",
- "environment": "TEST"
}
{- "credential_id": "376e67bb-8171-4dba-b330-9130dd0798e4",
- "description": "Test Client Credentials",
- "type": "CLIENT",
- "environment": "TEST",
- "client_id": "klarna_test_client_cADfmmYgMtpcgVi9toAaPXeCktHS2TKS7UrWxvxtWdCVq3uLpQXZVSPZNWEcLACDpvHZVmCWeFVD44fygezrVNU4ta9jdAR4H3evwjCKTTaRAs2sQDHSpN2TMzWVwrVpoZPacgTTVhXiWrNsXp23aEvdiLi"
}
List all credentials associated with the current account
Credentials found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "credentials": [
- {
- "credential_id": "376e67bb-8171-4dba-b330-9130dd0798e4",
- "description": "Test Client Credentials",
- "type": "CLIENT",
- "environment": "TEST",
- "client_id": "klarna_test_client_cADfmmYgMtpcgVi9toAaPXeCktHS2TKS7UrWxvxtWdCVq3uLpQXZVSPZNWEcLACDpvHZVmCWeFVD44fygezrVNU4ta9jdAR4H3evwjCKTTaRAs2sQDHSpN2TMzWVwrVpoZPacgTTVhXiWrNsXp23aEvdiLi"
}, - {
- "credential_id": "54d136f6-e224-4e89-9c99-a2c904b7adb2",
- "description": "Test API Credentials",
- "type": "API",
- "environment": "TEST"
}
]
}
Disable a Credential.
No Content
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "error_id": "5a3f6b9c-9b3b-4b7e-8f9d-9b9a4b9a4b9a",
- "error_type": "INPUT_ERROR",
- "error_code": "INVALID_CONTENT_TYPE",
- "error_message": "The received input is not valid JSON.\nUnterminated string at 19 [character 20 line 1].\n"
}
Revoke mTLS certificate The mTLS certificate that is being revoked cannot be the certificate that is currently being used to authenticate the request. This will result in a 400 Bad Request response.
MTLS certificate revoked
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "revoked_from": "2021-12-31T23:59:59Z"
}
{- "serial_number": "2C8A1053F979D1E8C96A3A9357AE7D1E",
- "revoked_from": "2021-12-31T23:59:59Z",
- "status": "ACTIVE"
}
A Payment Distribution has a set of pre-defined profiles that can be used when handling Payment Products. An account onboarded to a Payment Product needs to have one Distribution Profile associated with it.
Fetches all payments distribution product profile, which can be selected to be used on a new Payment Product onboarding.
Payment Distribution Profiles retrieved
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
[- {
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "price_plan_id": "krn:partner:global:pricing:payments:price-plan:171080e7-2637-4675-a224-ec032723ebdf"
}
]
The onboard API allows the authenticated Account to create a fully functional account with associated business entity, product, websites etc.
Onboard a new merchant. This request creates all necessary entries to have a fully functional account for the merchant.
Merchant account created
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "account_reference": "M123786123412",
- "account_name": "John Doe Stakehouse",
- "account_owner": {
- "given_name": "John",
- "family_name": "Doe",
- "email": "john.doe@example.com",
- "phone": "+18445527621"
}, - "products": [
- {
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "type": "PAYMENT",
- "merchant_category_code": "5411"
}
],
}
{- "account_id": "krn:partner:global:account:live:LWT2XJSE",
- "account_reference": "M123786123412",
- "account_name": "Merchant ABC US",
- "state": "PARTIALLY_OPERATIONAL",
- "state_reason": "INITIAL_SETUP"
}
The webhook is triggered once the distribution partner's account state changes.
{- "metadata": {
- "event_type": "partner.account.state-change.operational",
- "event_id": "d9f9b1a0-5b1a-4b0e-9b0a-9e9b1a0d5b1a",
- "event_version": "v2",
- "occurred_at": "2024-01-01T12:00:00Z",
- "correlation_id": "2d1557e8-17c3-466c-924a-bbc3e91c2a02",
- "recipient_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "subject_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "product_instance_id": "krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "webhook_id": "krn:partner:global:notification:webhook:120e5b7e-abcd-4def-8a90-dca726e639b5",
- "live": true
}, - "payload": {
- "account_reference": "M123786123412",
- "state": "OPERATIONAL",
- "previous_state": "PARTIALLY_OPERATIONAL"
}
}
The Accounts API allows the authenticated Partner to create, read, manage the different Accounts it has access to.
Read all details from a Account which the acting Account has read access on.
Optionally, include additional sub-resources in the response by using the expand
query parameter. The expand
parameter accepts a comma-separated list of supported sub-resource names. Each specified sub-resource will be included in the response if available. Maximum of 10 sub-resources can be expanded per request.
Account details
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "account_id": "krn:partner:global:account:live:LWT2XJSE",
- "account_reference": "M123786123412",
- "account_name": "John Doe Stakehouse",
- "account_group_reference": "all-john-doe-restaurants",
- "account_group_id": "krn:partner:global:account:group:b0ac4fb5-2975-4417-ae76-f2ac86fb6c6d",
- "account_owner": {
- "given_name": "John",
- "family_name": "Doe",
- "email": "john.doe@example.com",
- "phone": "+18445527621"
}, - "state": "OPERATIONAL",
- "state_reason": "SETUP_COMPLETE"
}
Update details from an Account which the acting Account has write access on.
Account details
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "account_reference": "M123786123412",
- "account_name": "John Doe Stakehouse",
- "account_owner": {
- "given_name": "John",
- "family_name": "Doe",
- "email": "john.doe@example.com",
- "phone": "+18445527621"
}
}
{- "account_id": "krn:partner:global:account:live:LWT2XJSE",
- "account_reference": "M123786123412",
- "account_name": "John Doe Stakehouse",
- "account_group_reference": "all-john-doe-restaurants",
- "account_group_id": "krn:partner:global:account:group:b0ac4fb5-2975-4417-ae76-f2ac86fb6c6d",
- "account_owner": {
- "given_name": "John",
- "family_name": "Doe",
- "email": "john.doe@example.com",
- "phone": "+18445527621"
}, - "state": "PARTIALLY_OPERATIONAL",
- "state_reason": "ACCOUNT_UPDATE"
}
The Accounts API allows the authenticated Partner to create, read, manage the Payment Products on an Account.
Obtains a list of all payment products associated with the account
List of payment products
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
[- {
- "product_id": "krn:partner:global:account:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "type": "PAYMENT",
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "merchant_category_code": "5411",
- "state": "ENABLED",
- "state_reason": "APPROVED"
}
]
Update information from a given payment product associated with the account.
merchant_category_code | string (merchant-category.model_MerchantCategoryCode) The Merchant Category Code (MCC) is a four-digit number that is used to classify the type of goods or services
offered by a business.
[ |
Payment product information updated successfully.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "merchant_category_code": "5411"
}
{- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "type": "PAYMENT",
- "merchant_category_code": "5411"
}
Suspends the Payment Product on an account for the given reason
.
Sub account suspended
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "reason": "FRAUD",
- "reason_details": "Fraudulent activity detected"
}
{- "product_id": "krn:partner:global:account:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "type": "PAYMENT",
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "merchant_category_code": "5411",
- "state": "DISABLED",
- "state_reason": "FRAUD_BY_PARTNER",
- "state_context": {
- "reason_details": "string"
}
}
The webhook is triggered once the distribution partner's account payment product is disabled.
{- "metadata": {
- "event_type": "partner.account.product.payment.state-change.disabled",
- "event_id": "ca26e2cf-3a82-4f28-94b7-c8152c253e69",
- "event_version": "v2",
- "occurred_at": "2024-02-01T12:00:00Z",
- "correlation_id": "9395886a-ee2a-4d98-8e9f-29f56a8333c4",
- "recipient_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "subject_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "product_instance_id": "krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "webhook_id": "krn:partner:global:notification:webhook:0a6f5f86-55bc-49ca-9fdc-ae981e09a76b",
- "live": true
}, - "payload": {
- "account_reference": "M123786123412",
- "state": "DISABLED",
- "previous_state": "ENABLED"
}
}
Revert suspension of the Payment Product on an account.
Sub account suspension reverted
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "product_id": "krn:partner:global:account:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "type": "PAYMENT",
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "merchant_category_code": "5411",
- "state": "ENABLED",
- "state_reason": "APPROVED"
}
The webhook is triggered once the distribution partner's account payment product is enabled.
{- "metadata": {
- "event_type": "partner.account.product.payment.state-change.enabled",
- "event_id": "097c5096-30ca-4ea2-b1c9-471af9faa75c",
- "event_version": "v2",
- "occurred_at": "2024-02-01T12:00:00Z",
- "correlation_id": "1d2b7048-d57f-4d33-befd-35afc770d087",
- "recipient_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "subject_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "product_instance_id": "krn:partner:product:payment:1c68af3c-5436-4344-bd98-67b708de7662",
- "webhook_id": "krn:partner:global:notification:webhook:d7e6d320-5efc-4562-b050-5c719764ec66",
- "live": true
}, - "payload": {
- "account_reference": "M123786123412",
- "state": "ENABLED",
- "previous_state": "DISABLED"
}
}
Suspends the Payment Product on an account for the given reason
.
Sub account suspended
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "reason": "FRAUD",
- "reason_details": "Fraudulent activity detected"
}
{- "product_id": "krn:partner:global:account:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "type": "PAYMENT",
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "merchant_category_code": "5411",
- "state": "DISABLED",
- "state_reason": "FRAUD_BY_PARTNER",
- "state_context": {
- "reason_details": "string"
}
}
The webhook is triggered once the distribution partner's account payment product is disabled.
{- "metadata": {
- "event_type": "partner.account.product.payment.state-change.disabled",
- "event_id": "ca26e2cf-3a82-4f28-94b7-c8152c253e69",
- "event_version": "v2",
- "occurred_at": "2024-02-01T12:00:00Z",
- "correlation_id": "9395886a-ee2a-4d98-8e9f-29f56a8333c4",
- "recipient_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "subject_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "product_instance_id": "krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "webhook_id": "krn:partner:global:notification:webhook:0a6f5f86-55bc-49ca-9fdc-ae981e09a76b",
- "live": true
}, - "payload": {
- "account_reference": "M123786123412",
- "state": "DISABLED",
- "previous_state": "ENABLED"
}
}
Revert suspension of the Payment Product on an account.
Sub account suspension reverted
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "product_id": "krn:partner:global:account:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "type": "PAYMENT",
- "distribution_profile_id": "krn:partner:global:account:distribution-profile:206bbb83-9b6e-46fa-940d-337153c04a58",
- "merchant_category_code": "5411",
- "state": "ENABLED",
- "state_reason": "APPROVED"
}
The webhook is triggered once the distribution partner's account payment product is enabled.
{- "metadata": {
- "event_type": "partner.account.product.payment.state-change.enabled",
- "event_id": "097c5096-30ca-4ea2-b1c9-471af9faa75c",
- "event_version": "v2",
- "occurred_at": "2024-02-01T12:00:00Z",
- "correlation_id": "1d2b7048-d57f-4d33-befd-35afc770d087",
- "recipient_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "subject_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "product_instance_id": "krn:partner:product:payment:1c68af3c-5436-4344-bd98-67b708de7662",
- "webhook_id": "krn:partner:global:notification:webhook:d7e6d320-5efc-4562-b050-5c719764ec66",
- "live": true
}, - "payload": {
- "account_reference": "M123786123412",
- "state": "ENABLED",
- "previous_state": "DISABLED"
}
}
Onboard an existing merchant to Management API. This request overwrites all existing data with the new data provided.
Merchant account created
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "account_reference": "M123786123412",
- "account_name": "John Doe Stakehouse",
- "account_owner": {
- "given_name": "John",
- "family_name": "Doe",
- "email": "john.doe@example.com",
- "phone": "+18445527621"
}, - "products": [
- {
- "merchant_id": "K123456",
- "type": "PAYMENT",
- "merchant_category_code": "5411"
}
],
}
{- "account_id": "krn:partner:global:account:live:LWT2XJSE",
- "account_reference": "M123786123412",
- "account_name": "Merchant ABC US",
- "state": "PARTIALLY_OPERATIONAL",
- "state_reason": "INITIAL_SETUP"
}
The webhook is triggered once the distribution partner's account state changes.
{- "metadata": {
- "event_type": "partner.account.state-change.operational",
- "event_id": "d9f9b1a0-5b1a-4b0e-9b0a-9e9b1a0d5b1a",
- "event_version": "v2",
- "occurred_at": "2024-01-01T12:00:00Z",
- "correlation_id": "2d1557e8-17c3-466c-924a-bbc3e91c2a02",
- "recipient_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "subject_account_id": "krn:partner:account:live:2AIMNWR6IYZVD",
- "product_instance_id": "krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "webhook_id": "krn:partner:global:notification:webhook:120e5b7e-abcd-4def-8a90-dca726e639b5",
- "live": true
}, - "payload": {
- "account_reference": "M123786123412",
- "state": "OPERATIONAL",
- "previous_state": "PARTIALLY_OPERATIONAL"
}
}
The Accounts API allows the authenticated Partner to create, read, manage the Web Domains channel on an Account.
Fetch all website channels of an account
Website channel found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
[- {
- "website_id": "krn:partner:global:account:channel:website:206bbb83-9b6e-46fa-940d-337153c04a58",
- "website_name": "John Doe Stakehouse",
- "website_reference": "999888777",
- "channel_collection_reference": "online-stores",
- "channel_collection_id": "krn:partner:global:account:channel:collection:cad7a851-8f59-47ed-8b1f-e1d61a0e817c"
}
]
Update a website channel from an account
Website channel updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "website_name": "John Doe Stakehouse",
- "website_reference": "999888777",
- "channel_collection_reference": "online-stores",
- "channel_collection_id": "krn:partner:global:account:channel:collection:cad7a851-8f59-47ed-8b1f-e1d61a0e817c"
}
{- "website_id": "krn:partner:global:account:channel:website:206bbb83-9b6e-46fa-940d-337153c04a58",
- "website_name": "John Doe Stakehouse",
- "website_reference": "999888777",
- "channel_collection_reference": "online-stores",
- "channel_collection_id": "krn:partner:global:account:channel:collection:cad7a851-8f59-47ed-8b1f-e1d61a0e817c"
}
The Accounts API allows the authenticated Partner to create, read, manage the Collections channel on an Account.
Fetch all collection channels of an account
Collection channel found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
[- {
- "collection_id": "krn:partner:global:account:channel:collection:cad7a851-8f59-47ed-8b1f-e1d61a0e817c",
- "collection_reference": "online-stores",
- "branding": {
- "element": {
}
}, - "support_contact": {
- "email": "john.doe@example.com",
- "phone": "+18445527621",
}, - "social_media_links": [
]
}
]
Update a collection channel from an account
Collection channel updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "collection_reference": "online-stores",
- "branding": {
- "element": {
}
}, - "support_contact": {
- "email": "john.doe@example.com",
- "phone": "+18445527621",
}, - "social_media_links": [
]
}
{- "collection_id": "krn:partner:global:account:channel:collection:cad7a851-8f59-47ed-8b1f-e1d61a0e817c",
- "collection_reference": "online-stores",
- "branding": {
- "element": {
}
}, - "support_contact": {
- "email": "john.doe@example.com",
- "phone": "+18445527621",
}, - "social_media_links": [
]
}
The Accounts API allows the authenticated Partner to provide additional information for a given merchant, e.g the IP address used by the merchant when signing up for an account with the partner and the corresponding timestamp
Fetch the account information
Business information found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "account_created_from_ip": "192.168.1.1",
- "account_created_at": "2024-01-01T12:00:00Z"
}
Update the account information of an existing account
Account information updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Account information can only be set once
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "account_created_from_ip": "192.168.1.1",
- "account_created_at": "2024-01-01T12:00:00Z"
}
{- "account_created_from_ip": "192.168.1.1",
- "account_created_at": "2024-01-01T12:00:00Z"
}
The Accounts API allows the authenticated Partner to provide additional detailed business information for a given merchant, for example the business registration address and registration number.
Fetch the business information for the account
Business information found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "business_name": "John Doe LLC",
- "business_entity_type": "LIMITED_LIABILITY_COMPANY",
- "registration_authority": "Ohio",
- "registration_number": "12345678",
- "tax_registration_number": "999-999-999",
- "financial_registration_number": "12345678",
- "operating_address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "OH",
- "country": "US"
}, - "registration_address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "OH",
- "country": "US"
}
}
Update the business information of an existing account
Business information updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "business_name": "John Doe LLC",
- "business_entity_type": "LIMITED_LIABILITY_COMPANY",
- "registration_authority": "Ohio",
- "registration_number": "12345678",
- "tax_registration_number": "999-999-999",
- "financial_registration_number": "12345678",
- "operating_address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "OH",
- "country": "US"
}, - "registration_address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "OH",
- "country": "US"
}
}
{- "business_name": "John Doe LLC",
- "business_entity_type": "LIMITED_LIABILITY_COMPANY",
- "registration_authority": "Ohio",
- "registration_number": "12345678",
- "tax_registration_number": "999-999-999",
- "financial_registration_number": "12345678",
- "operating_address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "OH",
- "country": "US"
}, - "registration_address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "OH",
- "country": "US"
}
}
The Accounts API allows the authenticated Partner to create, read, manage the Beneficiary Information on an Account.
Register a stakeholder on an existing account
Stakeholder registered
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "given_name": "John",
- "family_name": "Doe",
- "address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "US-OH",
- "country": "US"
}, - "date_of_birth": "1970-01-01",
- "national_identification": {
- "number": "123-456-7890",
- "country": "US"
}, - "roles": [
- "OWNER"
]
}
{- "stakeholder_id": "krn:partner:global:account:stakeholder:206bbb83-9b6e-46fa-940d-337153c04a58",
- "given_name": "John",
- "family_name": "Doe",
- "address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "US-OH",
- "country": "US"
}, - "date_of_birth": "1970-01-01",
- "national_identification": {
- "number": "123-456-7890",
- "country": "US"
}, - "roles": [
- "OWNER"
]
}
Fetch all stakeholders on an account
Stakeholders found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
[- {
- "stakeholder_id": "krn:partner:global:account:stakeholder:206bbb83-9b6e-46fa-940d-337153c04a58",
- "given_name": "John",
- "family_name": "Doe",
- "address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "US-OH",
- "country": "US"
}, - "date_of_birth": "1970-01-01",
- "national_identification": {
- "number": "123-456-7890",
- "country": "US"
}, - "roles": [
- "OWNER"
]
}
]
Retrieve a stakeholder from an existing account
Stakeholder found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "stakeholder_id": "krn:partner:global:account:stakeholder:206bbb83-9b6e-46fa-940d-337153c04a58",
- "given_name": "John",
- "family_name": "Doe",
- "address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "US-OH",
- "country": "US"
}, - "date_of_birth": "1970-01-01",
- "national_identification": {
- "number": "123-456-7890",
- "country": "US"
}, - "roles": [
- "OWNER"
]
}
Update a stakeholder on an account
Stakeholder updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "given_name": "John",
- "family_name": "Doe",
- "address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "US-OH",
- "country": "US"
}, - "date_of_birth": "1970-01-01",
- "national_identification": {
- "number": "123-456-7890",
- "country": "US"
}, - "roles": [
- "OWNER"
]
}
{- "stakeholder_id": "krn:partner:global:account:stakeholder:206bbb83-9b6e-46fa-940d-337153c04a58",
- "given_name": "John",
- "family_name": "Doe",
- "address": {
- "street_address": "800 N. High St",
- "street_address2": "Ste. 400",
- "postal_code": "43215",
- "city": "Columbus",
- "region": "US-OH",
- "country": "US"
}, - "date_of_birth": "1970-01-01",
- "national_identification": {
- "number": "123-456-7890",
- "country": "US"
}, - "roles": [
- "OWNER"
]
}
Remove a given stakeholder from an account
Stakeholder removed
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "error_id": "5a3f6b9c-9b3b-4b7e-8f9d-9b9a4b9a4b9a",
- "error_type": "INPUT_ERROR",
- "error_code": "INVALID_CONTENT_TYPE",
- "error_message": "The received input is not valid JSON.\nUnterminated string at 19 [character 20 line 1].\n"
}
The Accounts API allows the authenticated Partner to share the settlement information for a given merchant which Klarna would solely use for KYB (Know Your Business) purposes.
Retrieve the settlement information
Settlement information found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "settlement_enabled": true,
- "settlement_enabled_at": "2024-01-01T12:00:00Z"
}
Update settlement information
Settlement information updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "settlement_enabled": true,
- "settlement_enabled_at": "2024-01-01T12:00:00Z"
}
{- "settlement_enabled": true,
- "settlement_enabled_at": "2024-01-01T12:00:00Z"
}
Add bank account information
Bank account information added
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "bank_account_type": "IBAN",
- "account_holder": "John Doe Stakehouse",
- "bic": "NDEASEGGXXX",
- "iban": "SE4550000000058398257466"
}
{- "bank_account_id": "krn:partner:global:settlement-information:bank-account:56f77163-bc1b-46c8-a245-e251ff65e3d2",
- "bank_account_type": "IBAN",
- "account_holder": "John Doe Stakehouse",
- "bic": "NDEASEGGXXX",
- "iban": "SE4550000000058398257466"
}
List all bank account information
Bank account information found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
[- {
- "bank_account_id": "krn:partner:global:settlement-information:bank-account:56f77163-bc1b-46c8-a245-e251ff65e3d2",
- "bank_account_type": "IBAN",
- "account_holder": "John Doe Stakehouse",
- "bic": "NDEASEGGXXX",
- "iban": "SE4550000000058398257466"
}
]
Retrieve a bank account information from an existing account
Stakeholder found
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "bank_account_id": "krn:partner:global:settlement-information:bank-account:56f77163-bc1b-46c8-a245-e251ff65e3d2",
- "bank_account_type": "IBAN",
- "account_holder": "John Doe Stakehouse",
- "bic": "NDEASEGGXXX",
- "iban": "SE4550000000058398257466"
}
Update bank detail information for a given account
Bank account information updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "bank_account_type": "IBAN",
- "account_holder": "John Doe Stakehouse",
- "bic": "NDEASEGGXXX",
- "iban": "SE4550000000058398257466"
}
{- "bank_account_id": "krn:partner:global:settlement-information:bank-account:56f77163-bc1b-46c8-a245-e251ff65e3d2",
- "bank_account_type": "IBAN",
- "account_holder": "John Doe Stakehouse",
- "bic": "NDEASEGGXXX",
- "iban": "SE4550000000058398257466"
}
Remove bank account information from an account
Bank account information removed
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "error_id": "5a3f6b9c-9b3b-4b7e-8f9d-9b9a4b9a4b9a",
- "error_type": "INPUT_ERROR",
- "error_code": "INVALID_CONTENT_TYPE",
- "error_message": "The received input is not valid JSON.\nUnterminated string at 19 [character 20 line 1].\n"
}
The Partner Management API allows the Partners to consult the Price plans in place for their account
Fetch all Price Plans available for the partner.
Price Plan list
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "price_plan_id": "krn:partner:global:pricing:payment:price-plan:ad71bc48-8a07-4919-a2c1",
- "name": "price plan",
- "description": "Default Price Plan",
- "versions": [
- {
- "version": 1,
- "effective_from": "2023-05-01T00:00:00Z",
- "effective_to": "2024-12-31T12:00:00Z",
- "comment": "Currently Active"
}, - {
- "version": 2,
- "effective_from": "2025-01-01T12:00:00Z",
- "comment": "Effective post 1 Jan 2025"
}
]
}
A Price Plan is the definition of how a Payment transaction is priced towards the Partner. At least one query parameter is required.
merchant_category_code | string (merchant-category.model_MerchantCategoryCode) The Merchant Category Code (MCC) is a four-digit number that is used to classify the type of goods or services
offered by a business.
[ Example: merchant_category_code=5411 |
date_time | string <date-time> (Timestamp) ^[0-9][0-9][0-9][0-9]-[0-1][0-9]-[0-3][0-9]T[... Retrieves price plan data for specified date time in UTC. If not provided, the current date will be used. Example: date_time=2024-01-01T12:00:00Z |
version | number (PricePlanVersionNumber) Version number of Price Plan |
currency | string (Currency) ^[A-Za-z]{3}$ Currency in ISO 4217 format. Supported currencies:
Example: currency=USD |
country | string (Country) ^[A-Za-z]{2}$ Country in ISO 3166-1 alpha-2 format. Example: country=US |
payment_program_id | string (PaymentProgramId) Applied payment program id Example: payment_program_id=krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291 |
size | integer <int32> Limits the number of items to be returned. If omitted, the default page size will be used. Example: size=20 |
starting_after | string A cursor used in pagination, referring to a specific item. The Example: starting_after=Zpq6F3mDYtwK8 |
ending_before | string A cursor used in pagination, referring to a specific item. The Example: ending_before=Zpq6F3mDYtwK8 |
Price Plan was successfully found by provided price plan id, mcc and date
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "price_plan_id": "krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1",
- "name": "price plan",
- "description": "Default Price Plan",
- "rates": [
- {
- "payment_program_id": "krn:partner:global:pricing:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "country": "US",
- "merchant_category_code": "5111",
- "fixed_fee": {
- "amount": 30,
- "currency": "USD"
}, - "variable_fee": {
- "percentage": 120
}, - "price_cap": {
- "name": "micro-transaction-cap",
- "percentage": 400
}
}, - {
- "payment_program_id": "krn:partner:global:pricing:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343292",
- "country": "US",
- "merchant_category_code": "5132",
- "fixed_fee": {
- "amount": 30,
- "currency": "USD"
}, - "variable_fee": {
- "percentage": 120
}, - "price_cap": {
- "name": "micro-transaction-cap",
- "percentage": 400
}
}
], - "version": 1,
- "effective_from": "2024-01-01T12:00:00Z",
- "comment": "Active, effective post Jan 1 2024",
- "pagination": {
- "last_item": "40",
- "first_item": "20",
- "count": 20,
- "_links": {
- "next": {
- "href": "/api/items?starting_after=20&size=20",
- "method": "GET"
}, - "prev": {
- "href": "/api/items?starting_after=0&size=20",
- "method": "GET"
}
}
}
}
The Payment Programs API allows the Partners to list their payment programs and enable an optional payment program.
Read payment program plans.
Payment program plans.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_program_plans": [
- {
- "payment_program_plan_id": "krn:partner:global:payment:program:plan:33deb549-aa35-4102-b9ec-56c527386111",
- "payment_program_plan_name": "Klarna Standard Payment Program Plan",
- "versions": [
- {
- "version": 1,
- "effective_from": "2023-05-01T00:00:00Z",
- "effective_to": "2024-12-31T12:00:00Z",
- "comment": "Currently Active"
}, - {
- "version": 2,
- "effective_from": "2025-01-01T12:00:00Z",
- "comment": "Effective post 1 Jan 2025"
}
]
}
]
}
List all payment programs for a payment program plan identifier.
merchant_category_code | string (merchant-category.model_MerchantCategoryCode) The Merchant Category Code (MCC) is a four-digit number that is used to classify the type of goods or services
offered by a business.
[ Example: merchant_category_code=5411 |
customer_country | string (Country) ^[A-Za-z]{2}$ Country in ISO 3166-1 alpha-2 format. Example: customer_country=US |
currency | string (Currency) ^[A-Za-z]{3}$ Currency in ISO 4217 format. Supported currencies:
Example: currency=USD |
version | number (PaymentProgramsPlanVersionNumber) The version number of the payment program plan. |
enablement_type | string (PaymentProgramEnablementType) The enablement type of the payment program.
|
size | integer <int32> Limits the number of items to be returned. If omitted, the default page size will be used. Example: size=20 |
starting_after | string A cursor used in pagination, referring to a specific item. The Example: starting_after=Zpq6F3mDYtwK8 |
ending_before | string A cursor used in pagination, referring to a specific item. The Example: ending_before=Zpq6F3mDYtwK8 |
Payment programs list.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_program_plan_id": "krn:partner:global:payment:program:plan:33deb549-aa35-4102-b9ec-56c527386111",
- "payment_programs": [
- {
- "payment_program_id": "krn:payment:global:payment:program:e761e20e-844d-4516-b21a-4de1d345ffc4",
- "payment_program_name": "Pay Later",
- "merchant_category_code": "0742",
- "customer_country": "SE",
- "currency": "SEK",
- "enablement_type": "PRESET"
}, - {
- "payment_program_id": "krn:payment:global:payment:program:e761e20e-844d-4516-b21a-4de1d345ffc4",
- "payment_program_name": "Pay Later",
- "merchant_category_code": "0742",
- "customer_country": "NO",
- "currency": "NOK",
- "enablement_type": "PRESET"
}, - {
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "payment_program_name": "Financing - Interest Free",
- "merchant_category_code": "0742",
- "customer_country": "SE",
- "currency": "SEK",
- "enablement_type": "OPTIONAL"
}, - {
- "payment_program_id": "krn:payment:global:payment:program:df89148e-014e-4e9f-8218-4c1c9617791b",
- "payment_program_name": "Pay Later - Extended Delivery Time",
- "merchant_category_code": "0742",
- "customer_country": "SE",
- "currency": "SEK",
- "enablement_type": "OPTIONAL"
}
], - "version": 1,
- "effective_from": "2024-01-01T12:00:00Z",
- "comment": "Active, effective post Jan 1 2024",
- "pagination": {
- "last_item": "40",
- "first_item": "20",
- "count": 20
}
}
Read payment program details for a given payment program identifier.
Payment program details.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "payment_program_name": "Financing - Interest Free",
- "description": "Financing with a 0% Annual Percentage Rate (APR).",
- "payment_funding": {
- "payment_funding_type": "GUARANTEED"
}
}
List all payment programs for a payment product identifier.
merchant_category_code | string (merchant-category.model_MerchantCategoryCode) The Merchant Category Code (MCC) is a four-digit number that is used to classify the type of goods or services
offered by a business.
[ Example: merchant_category_code=5411 |
customer_country | string (Country) ^[A-Za-z]{2}$ Country in ISO 3166-1 alpha-2 format. Example: customer_country=US |
currency | string (Currency) ^[A-Za-z]{3}$ Currency in ISO 4217 format. Supported currencies:
Example: currency=USD |
enablement_type | string (PaymentProgramEnablementType) The enablement type of the payment program.
|
Payment programs list.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_programs": [
- {
- "payment_program_id": "krn:payment:global:payment:program:e761e20e-844d-4516-b21a-4de1d345ffc4",
- "payment_program_name": "Pay Later",
- "merchant_category_code": "0742",
- "customer_country": "SE",
- "currency": "SEK",
- "enablement_type": "PRESET"
}, - {
- "payment_program_id": "krn:payment:global:payment:program:e761e20e-844d-4516-b21a-4de1d345ffc4",
- "payment_program_name": "Pay Later",
- "merchant_category_code": "0742",
- "customer_country": "NO",
- "currency": "NOK",
- "enablement_type": "PRESET"
}, - {
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "payment_program_name": "Financing - Interest Free",
- "merchant_category_code": "0742",
- "customer_country": "SE",
- "currency": "SEK",
- "enablement_type": "OPTIONAL",
- "enablement_state": "ENABLED",
- "enablements": [
- {
- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:4cfc200a-8f19-4d99-99cc-355bbd915e7b",
- "additional_enablement_criteria": {
- "payment_program_enablement_code": "promo-campaign-code1"
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-01-01T12:00:00Z"
}
]
}, - {
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "payment_program_name": "Financing - Interest Free",
- "merchant_category_code": "0742",
- "customer_country": "NO",
- "currency": "NOK",
- "enablement_type": "OPTIONAL",
- "enablement_state": "DISABLED"
}, - {
- "payment_program_id": "krn:payment:global:payment:program:df89148e-014e-4e9f-8218-4c1c9617791b",
- "payment_program_name": "Pay Later - Extended delivery time",
- "merchant_category_code": "0742",
- "customer_country": "SE",
- "currency": "SEK",
- "enablement_type": "OPTIONAL",
- "enablement_state": "SCHEDULED",
- "enablements": [
- {
- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:7de73cd8-fc48-49ec-896b-08d4b1c2b956",
- "additional_enablement_criteria": {
- "payment_program_enablement_code": "promo-campaign-code1"
}, - "effective_from": "2025-01-01T12:00:00Z",
- "effective_to": "2025-02-01T12:00:00Z"
}
]
}, - {
- "payment_program_id": "krn:payment:global:payment:program:df89148e-014e-4e9f-8218-4c1c9617791b",
- "payment_program_name": "Pay Later - Extended delivery time",
- "merchant_category_code": "0742",
- "customer_country": "NO",
- "currency": "NOK",
- "enablement_type": "OPTIONAL",
- "enablement_state": "DISABLED"
}
], - "pagination": {
- "last_item": "40",
- "first_item": "20",
- "count": 20
}
}
Creates a payment program enablement on a payment product.
Payment program enablement created.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "enablement_criteria": {
- "markets": [
- {
- "customer_country": "SE",
- "currency": "SEK"
}, - {
- "customer_country": "NO",
- "currency": "NOK"
}
], - "merchant_category_codes": [
- "0742"
], - "payment_program_enablement_code": "promo-campaign-code1"
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-01-01T12:00:00Z"
}
{- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:4cfc200a-8f19-4d99-99cc-355bbd915e7b",
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "enablement_criteria": {
- "markets": [
- {
- "customer_country": "SE",
- "currency": "SEK"
}, - {
- "customer_country": "NO",
- "currency": "NOK"
}
], - "merchant_category_codes": [
- "0742"
], - "payment_program_enablement_code": "promo-campaign-code1"
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-01-01T12:00:00Z"
}
List all payment program enablements on a payment product.
Payment program enablements list.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_program_enablements": [
- {
- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:4cfc200a-8f19-4d99-99cc-355bbd915e7b",
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "enablement_criteria": {
- "markets": [
- {
- "customer_country": "SE",
- "currency": "SEK"
}, - {
- "customer_country": "NO",
- "currency": "NOK"
}
], - "payment_program_enablement_code": "promo-campaign-code1",
- "merchant_category_codes": [
- "0742"
]
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-01-01T12:00:00Z"
}, - {
- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:7de73cd8-fc48-49ec-896b-08d4b1c2b956",
- "payment_program_id": "krn:payment:global:payment:program:df89148e-014e-4e9f-8218-4c1c9617791b",
- "enablement_criteria": {
- "markets": [
- {
- "customer_country": "SE",
- "currency": "SEK"
}
]
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-01-01T14:00:00Z"
}
]
}
Read a payment program enablement for a given payment program enablement identifier.
Payment program enablement.
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:4cfc200a-8f19-4d99-99cc-355bbd915e7b",
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "enablement_criteria": {
- "markets": [
- {
- "customer_country": "SE",
- "currency": "SEK"
}, - {
- "customer_country": "NO",
- "currency": "NOK"
}
], - "merchant_category_codes": [
- "0742"
], - "payment_program_enablement_code": "promo-campaign-code1"
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-12-01T00:00:00Z"
}
Update a payment program enablement for a given payment program enablement identifier. Can be used to set the payment program effective_to date.
Payment program enablement updated
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "effective_to": "2024-12-01T00:00:00Z"
}
{- "payment_program_enablement_id": "krn:partner:global:account:payment:program:enablement:4cfc200a-8f19-4d99-99cc-355bbd915e7b",
- "payment_program_id": "krn:payment:global:payment:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "enablement_criteria": {
- "markets": [
- {
- "customer_country": "SE",
- "currency": "SEK"
}, - {
- "customer_country": "NO",
- "currency": "NOK"
}
], - "merchant_category_codes": [
- "0742"
], - "payment_program_enablement_code": "promo-campaign-code1"
}, - "effective_from": "2024-01-01T12:00:00Z",
- "effective_to": "2024-12-01T00:00:00Z"
}
The Deep-Links API allows the authenticated Account to create a deep-link for logging in to the Merchant Portal. This allows users to access the Merchant Portal temporarily, without the need for creating a new account.
Creates a deep-link to access the Merchant Portal. The link will be valid for 60 seconds and can only be used once. The user will have the access specified by the role parameter to the given Partner Account.
Deep-link successfully created
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
{- "subject": "john.doe@example.com",
- "roles": [
- "merchant:admin"
]
}
{- "deep_link_id": "krn:partner:global:portal:deep-link:0e716c0d-529c-4b9c-a413-badf5cc97294",
}
Get details about a specific settlement.
Ok
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
Service Temporarily Unavailable, the system is temporarily unavailable to process the request.
{- "settlement_id": "12345",
- "settling_business_entity_id": "krn:partner:global:settlement:settling-business-entity:K123455",
- "created_at": "2024-10-13T00:00:00Z",
- "period_from": "2024-10-05T00:00:00Z",
- "period_to": "2024-10-12T00:00:00Z",
- "settlement_amount": 200,
- "currency": "USD",
- "payout_id": "krn:partner:global:settlement:payout:fc3e914e-cd95-454e-8bb6-bf6bae4bc626",
- "totals": {
- "capture_amount": 200,
- "refund_amount": 200,
- "payment_fixed_fee_amount": 200,
- "payment_variable_fee_amount": 200,
- "dispute_fee_amount": 200,
- "fee_correction_amount": 200,
- "chargeback_amount": 200,
- "correction_chargeback_amount": 200,
- "tax_amount": 200,
- "holdback_amount": 200,
- "release_amount": 200,
- "opening_debt_balance": 200,
- "deposit_amount": 200,
- "repay_amount": 200,
- "closing_debt_balance": 200
}
}
Webhook sent when a settlement report is available for download in the Settlements API
{- "metadata": {
- "event_type": "settlement.report.created",
- "event_id": "475add8f-d48e-47a6-ae4d-1c98844a669e",
- "event_version": "v2",
- "occurred_at": "2024-01-12T13:00:00Z",
- "correlation_id": "44883b06-4ce8-431b-9c11-33f818ab8269",
- "subject_account_id": "krn:partner:global:account:live:HGBY07TR",
- "recipient_account_id": "krn:partner:global:account:live:HGBY07TR",
- "webhook_id": "krn:partner:global:notification:webhook:120e5b7e-abcd-4def-8a90-dca726e639b5",
- "live": true
}, - "payload": {
- "settlement_id": "6482846287",
- "settlement_amount": 105300300,
- "currency": "USD",
- "settling_business_entity_id": "krn:partner:global:settlement:settling-business-entity:K123456",
- "_links": {
- "csv_report": {
- "type": "text/csv"
}, - "json_report": {
- "type": "application/json"
}, - "payout_details": {
- "type": "application/json"
}
}
}
}
Get the details of specific settlement in CSV format, also known as the Settlement Report.
The report consist of two sections: The summary section of two lines (heading + one data row) then the transactions section (heading + n lines) starting on the third line.
Formatting details:
,
"
.100
.All objects from the specification will be flattened out, delimited by a dot .
. For example, payment_pricing.price_plan_id
.
Ok
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
Service Temporarily Unavailable, the system is temporarily unavailable to process the request.
# Totals section summing up the transactions in the file settlement_id,settling_business_entity_id,created_at,period_from,period_to,settlement_amount,currency,capture_amount,refund_amount,payment_fixed_fee_amount,payment_variable_fee_amount,dispute_fee_amount,fee_correction_amount,chargeback_amount,correction_chargeback_amount,vat_amount,holdback_amount,release_amount,opening_debt_balance,deposit_amount,repay_amount,closing_debt_balance,payout_id,paid_out_at,payout_bank_account_id,payout_bank_account_reference,,, 15328742,krn:partner:global:settlement:settling-business-entity:252d81e9-23bd-4245-a74a-0fc3b382f211,2024-10-13T22:00:00Z,2024-10-05T22:00:00Z,2024-10-12T22:00:00Z,78743,EUR,174500,-17000,-900,-1224,-200,40,-76050,0,-423,0,0,0,0,0,0,krn:partner:global:settlement:payout:fc3e914e-cd95-454e-8bb6-bf6bae4bc626,2024-10-13T22:00:00Z,krn:partner:global:settlement-information:bank-account:56f77163-bc1b-46c8-a245-e251ff65e3d2,PSP US Bank Account,,, # Transactions section type,detailed_type,created_at,amount,currency,account_id,account_group_id,product_instance_id,settlement_id,settlement_configuration_id,payment_transaction_id,merchant_category_code,payment_transaction_created_at,payment_transaction_reference,payment_capture_id,payment_capture_reference,payment_refund_id,payment_refund_reference,payment_dispute_id,payment_chargeback_id,tax_amount,tax_rate,buy_rate_incentives_amount,sell_rate_incentives_amount,price_plan_id,payment_program_id,pricing_evaluated_at # Capture on a payment transaction SALE,CAPTURE,2024-09-10T09:53:25.000Z,15300,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0,5912,2024-09-07T15:25:04.000Z,partner-transaction-reference-4567,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:capture:1,partner-capture-ref-456,,,,,,,,,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-07T15:25:04.000Z FEE,PAYMENT_FIXED_FEE,2024-09-10T09:53:26.250Z,-100,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0,5912,2024-09-07T15:25:04.000Z,partner-transaction-reference-4567,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:capture:1,partner-capture-ref-456,,,,,-19,1900,0,0,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-07T15:25:04.000Z FEE,PAYMENT_VARIABLE_FEE,2024-09-10T09:53:26.250Z,-184,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0,5912,2024-09-07T15:25:04.000Z,partner-transaction-reference-4567,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:capture:1,partner-capture-ref-456,,,,,-35,1900,0,0,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-07T15:25:04.000Z # Refund (partially) of above capture REFUND,REFUND,2024-09-10T22:23:11.000Z,-800,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0,5912,2024-09-07T15:25:04.000Z,partner-transaction-reference-4567,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:capture:1,partner-capture-ref-456,krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:refund:1,partner-refund-reference-123,,,,,,,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-07T15:25:04.000Z # Capture on a payment transaction (for another merchant) with only fixed fee. The purchase is disputed and a dispute fee is applied. SALE,CAPTURE,2024-09-09T09:22:25.000Z,17650,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:72223a37-7875-490f-ab43-78434214e9fb,7011,2024-09-08T09:53:25.000Z,partner-transaction-reference-1111,krn:payment:eu1:transaction:72223a37-7875-490f-ab43-78434214e9fb:capture:1,partner-capture-ref-888,,,,,,,,,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-08T09:53:25.000Z FEE,PAYMENT_FIXED_FEE,2024-09-09T09:22:25.000Z,-100,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:72223a37-7875-490f-ab43-78434214e9fb,7011,2024-09-08T09:53:25.000Z,partner-transaction-reference-1111,krn:payment:eu1:transaction:72223a37-7875-490f-ab43-78434214e9fb:capture:1,partner-capture-ref-888,,,,,-20,2000,,,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-08T09:53:25.000Z FEE,DISPUTE_FEE,2024-09-10T18:21:25.000Z,-200,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:72223a37-7875-490f-ab43-78434214e9fb,7011,2024-09-08T09:53:25.000Z,partner-transaction-reference-1111,krn:payment:eu1:transaction:72223a37-7875-490f-ab43-78434214e9fb:capture:1,partner-capture-ref-888,,,krn:payment:eu1:dispute:faulty-goods:256947,,,,,,,, # Capture on a second payment transaction for above merchant. This time the complete purchase is chargebacked after a dispute is lost in favor of the consumer SALE,CAPTURE,2024-09-09T14:21:05.000Z,17650,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a,7011,2024-09-04T07:03:25.000Z,partner-transaction-reference-4545,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a:capture:1,partner-capture-ref-578,,,,,,,,,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-04T07:03:25.000Z FEE,PAYMENT_FIXED_FEE,2024-09-09T14:21:05.000Z,-100,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a,7011,2024-09-04T07:03:25.000Z,partner-transaction-reference-4545,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a:capture:1,partner-capture-ref-578,,,,,-24,2400,57,0,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:a5cd46f7e-573d-4b02-bab8-1f1c0e343291,2024-09-04T07:03:25.000Z FEE,PAYMENT_VARIABLE_FEE,2024-09-09T14:21:05.000Z,-200,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a,7011,2024-09-04T07:03:25.000Z,partner-transaction-reference-4545,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a:capture:1,partner-capture-ref-578,,,,,-48,2400,69,0,,, CHARGEBACK,CHARGEBACK,2024-09-10T22:15:25.000Z,-17650,EUR,krn:partner:global:account:live:99d56935-fe56-4c5f-b64e-72e6ef61baec,,krn:partner:product:payment:c1b766ea-2007-4052-9571-8f8ae0012e14,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a,7011,2024-09-04T07:03:25.000Z,partner-transaction-reference-4545,,,,,krn:payment:eu1:dispute:faulty-goods:53633,krn:payment:eu1:transaction:4a2aa077-4629-4efe-a75d-4e12a80ac55a:chargeback:1,,,,,,, # A correction to a previously added variable fee FEE_CORRECTION,CORRECTION_PAYMENT_VARIABLE_FEE,2024-09-10T09:53:26.250Z,40,EUR,krn:partner:global:account:live:55002546-6bc5-472f-b401-36c271f54464,,krn:partner:product:payment:559f156b-9939-4710-9a4b-2b25896650e3,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:8bdaf94d-91bf-446e-aac1-82e55fed731e,5412,2024-09-10T09:53:25.000Z,partner-transaction-reference-33232,krn:payment:eu1:transaction:8bdaf94d-91bf-446e-aac1-82e55fed731e:capture:1,,,,,,9,2300,,,krn:partner:global:pricing:payments:price-plan:ad71bc48-8a07-4919-a2c1,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-10T09:53:25.000Z # A payment transaction with two captures SALE,CAPTURE,2024-09-09T12:55:25.000Z,8000,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:18af645c-9945-4a7f-a595-85a71d7c7664,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0,5331,2024-09-01T05:27:57.512Z,partner-transaction-reference-874,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0:capture:1,partner-capture-ref-100,,,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T05:27:57.512Z FEE,PAYMENT_FIXED_FEE,2024-09-09T12:55:25.000Z,-100,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:18af645c-9945-4a7f-a595-85a71d7c7664,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0,5331,2024-09-01T05:27:57.512Z,partner-transaction-reference-874,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0:capture:1,partner-capture-ref-100,,,,,-19,1900,0,70,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T05:27:57.512Z FEE,PAYMENT_VARIABLE_FEE,2024-09-09T12:55:25.000Z,-96,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:18af645c-9945-4a7f-a595-85a71d7c7664,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0,5331,2024-09-01T05:27:57.512Z,partner-transaction-reference-874,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0:capture:1,partner-capture-ref-100,,,,,-18,1900,0,59,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T05:27:57.512Z SALE,CAPTURE,2024-09-09T22:47:36.000Z,4500,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:18af645c-9945-4a7f-a595-85a71d7c7664,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0,5331,2024-09-01T05:27:57.512Z,partner-transaction-reference-874,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0:capture:2,partner-capture-ref-200,,,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T05:27:57.512Z FEE,PAYMENT_FIXED_FEE,2024-09-09T22:47:36.000Z,-100,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:18af645c-9945-4a7f-a595-85a71d7c7664,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0,5331,2024-09-01T05:27:57.512Z,partner-transaction-reference-874,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0:capture:2,partner-capture-ref-200,,,,,-19,1900,0,0,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T05:27:57.512Z FEE,PAYMENT_VARIABLE_FEE,2024-09-09T22:47:36.000Z,-54,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:18af645c-9945-4a7f-a595-85a71d7c7664,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0,5331,2024-09-01T05:27:57.512Z,partner-transaction-reference-874,krn:payment:eu1:transaction:16a484d1-859b-489f-8969-d92dccc7a3a0:capture:2,partner-capture-ref-200,,,,,-10,1900,0,0,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T05:27:57.512Z # A payment transaction with two captures and one refund per capture SALE,CAPTURE,2024-09-09T13:51:20.000Z,8000,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:1,partner-capture-ref-999,,,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z FEE,PAYMENT_FIXED_FEE,2024-09-09T13:51:20.000Z,-100,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:1,partner-capture-ref-999,,,,,-23,2300,0,70,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z FEE,PAYMENT_VARIABLE_FEE,2024-09-09T13:51:20.000Z,-96,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:1,partner-capture-ref-999,,,,,-22,2300,0,59,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z SALE,CAPTURE,2024-09-09T17:11:32.000Z,4500,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:2,partner-capture-ref-888,,,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z FEE,PAYMENT_FIXED_FEE,2024-09-09T17:11:32.000Z,-100,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:2,partner-capture-ref-888,,,,,-23,2300,0,0,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z FEE,PAYMENT_VARIABLE_FEE,2024-09-09T17:11:32.000Z,-54,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:2,partner-capture-ref-888,,,,,-12,2300,0,0,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z REFUND,REFUND,2024-09-10T21:20:21.000Z,-8000,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:1,partner-capture-ref-999,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:refund:1,partner-refund-reference-999,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z REFUND,REFUND,2024-09-10T21:20:21.000Z,-4500,EUR,krn:partner:global:account:live:7d7713fc-43a2-40bd-baef-de444d85ac44,,krn:partner:product:payment:2719962e-10ff-443a-a43b-1c6d0e07fbd9,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4,5412,2024-09-05T10:23:23.512Z,partner-transaction-reference-541,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:capture:2,partner-capture-ref-888,krn:payment:eu1:transaction:1d85ff74-39a9-453e-9b6f-9a7808fa28c4:refund:2,partner-refund-reference-888,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:23:23.512Z # A payment transaction that was refunded (not specifying capture) SALE,CAPTURE,2024-09-09T14:51:20.000Z,45000,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:bde34d74-20fa-4171-a1e9-11d2e398734d,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779,7011,2024-09-05T10:24:23.512Z,partner-transaction-reference-pow,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779:capture:1,partner-capture-ref-pow,,,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:24:23.512Z FEE,PAYMENT_FIXED_FEE,2024-09-09T14:51:20.000Z,-100,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:bde34d74-20fa-4171-a1e9-11d2e398734d,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779,7011,2024-09-05T10:24:23.512Z,partner-transaction-reference-pow,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779:capture:1,partner-capture-ref-pow,,,,,-19,1900,0,70,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:24:23.512Z FEE,PAYMENT_VARIABLE_FEE,2024-09-09T14:51:20.000Z,-540,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:bde34d74-20fa-4171-a1e9-11d2e398734d,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779,7011,2024-09-05T10:24:23.512Z,partner-transaction-reference-pow,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779:capture:1,partner-capture-ref-pow,,,,,-103,1900,0,59,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:24:23.512Z REFUND,REFUND,2024-09-10T22:20:21.000Z,-3700,EUR,krn:partner:global:account:live:c0342d28-62b7-4d13-a685-840298a90d73,,krn:partner:product:payment:bde34d74-20fa-4171-a1e9-11d2e398734d,15328742,krn:partner:global:settlement:settlement-configuration:e54eb4c7-5370-47c4-b6db-3a6471e09629,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779,7011,2024-09-05T10:24:23.512Z,partner-transaction-reference-1478,,,krn:payment:eu1:transaction:4be3768f-e4a3-470d-98e1-645749f72779:refund:1,partner-refund-reference-pow,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-05T10:24:23.512Z # A capture that is chargbacked due to customer payment defualt SALE,CAPTURE,2024-09-09T13:51:20.000Z,58400,EUR,krn:partner:global:account:live:ba251a3c-314d-4551-a282-c4e1e5d94353,,krn:partner:product:payment:c0981a4c-fadc-4718-96db-f639f9a18cac,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:169dafea-394e-48be-8418-363fcb2f06b6,7011,2024-09-01T08:03:25.000Z,partner-transaction-reference-4545,krn:payment:eu1:transaction:169dafea-394e-48be-8418-363fcb2f06b6:capture:1,partner-capture-ref-555,,,,,,,,,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T08:03:25.000Z FEE,PAYMENT_FIXED_FEE,2024-09-09T13:51:20.000Z,-100,EUR,krn:partner:global:account:live:ba251a3c-314d-4551-a282-c4e1e5d94353,,krn:partner:product:payment:c0981a4c-fadc-4718-96db-f639f9a18cac,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:169dafea-394e-48be-8418-363fcb2f06b6,7011,2024-09-01T08:03:25.000Z,partner-transaction-reference-4545,krn:payment:eu1:transaction:169dafea-394e-48be-8418-363fcb2f06b6:capture:1,partner-capture-ref-555,,,,,-23,2300,0,70,krn:partner:global:pricing:payments:price-plan:baff081e-c246-4ba1-ad94-e4f913a77a34,krn:partner:global:pricing:payments:program:6bda01c4-ee39-4aec-a160-f2a7fa3ce90d,2024-09-01T08:03:25.000Z CHARGEBACK,CUSTOMER_PAYMENT_DEFAULT,2024-09-09T05:51:21.000Z,-58400,EUR,krn:partner:global:account:live:ba251a3c-314d-4551-a282-c4e1e5d94353,,krn:partner:product:payment:c0981a4c-fadc-4718-96db-f639f9a18cac,15328742,krn:partner:global:settlement:settlement-configuration:ad8f5591-4caf-48b7-9fde-854d8df4390b,krn:payment:eu1:transaction:169dafea-394e-48be-8418-363fcb2f06b6,7011,2024-09-01T08:03:25.000Z,partner-transaction-reference-4545,,,,,,krn:payment:eu1:transaction:169dafea-394e-48be-8418-363fcb2f06b6::chargeback:1,,,,,,,
Lists all transactions for a specific settlement.
Ok
Bad Request, there was an error in the input of the request. The request can not be retried without modifications.
Unauthorized, the request was not authorized.
Not Found, the requested resource was not found.
Too Many Requests, the request was rate limited.
Internal Server Error, there was an unexpected error in the API.
Service Temporarily Unavailable, the system is temporarily unavailable to process the request.
{- "transactions": [
- {
- "type": "SALE",
- "detailed_type": "CAPTURE",
- "created_at": "2024-01-01T12:00:00Z",
- "amount": 15000,
- "currency": "USD",
- "account_id": "krn:partner:global:account:live:LWT2XJSE",
- "account_group_id": "string",
- "product_instance_id": "krn:partner:product:payment:ad71bc48-8a07-4919-a2c1-103dba3fc918",
- "settlement_id": "12345",
- "settlement_configuration_id": "krn:partner:global:settlement:payments:settlement-config:ad8f5591-4caf-48b7-9fde-854d8df4390b",
- "payment_transaction_id": "krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0",
- "payment_transaction_created_at": "2024-01-01T12:00:00Z",
- "merchant_category_code": "5411",
- "payment_transaction_reference": "partner-transaction-reference-4567",
- "payment_capture_id": "krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:capture:1",
- "payment_capture_reference": "partner-capture-reference-1234",
- "payment_refund_id": "krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:refund:1",
- "payment_refund_reference": "partner-refund-reference-1234",
- "payment_dispute_id": "krn:payment:eu1:dispute:faulty-products:256947",
- "payment_chargeback_id": "krn:payment:eu1:transaction:6debe89e-98c0-486e-b7a5-08a4f6df94b0:chargeback:1",
- "tax_amount": 200,
- "tax_rate": 1500,
- "buy_rate_incentives_amount": 200,
- "sell_rate_incentives_amount": 200,
- "price_plan_id": "krn:partner:global:payment:price-plan:a5cd46f7e-573d-4b02-bab8-1f1c0e343291",
- "payment_program_id": null,
- "pricing_evaluated_at": "2024-01-01T12:00:00Z"
}
], - "pagination": {
- "last_item": "Fvt0G2tMGTuGx",
- "first_item": "Bxp4Z3sWFXmKq",
- "count": 20,
- "total": 1025,
- "_links": {
- "next": {
- "method": "GET",
- "rel": "Get the next page of results"
}, - "prev": {
- "method": "GET",
- "rel": "Get the next page of results"
}
}
}
}