
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@speakeasy-sdks/klarna-orders
Advanced tools
Orders Typescript SDK An effortless integration. Designed for growth. <a href="
npm add @speakeasy-sdks/klarna-orders
yarn add @speakeasy-sdks/klarna-orders
import {
CreateOrderRequest,
CreateOrderResponse
} from "@speakeasy-sdks/klarna-orders/dist/sdk/models/operations";
import {
SubscriptionIntervalEnum,
CustomerOrganizationEntityTypeEnum,
} from "@speakeasy-sdks/klarna-orders/dist/sdk/models/shared";
import { AxiosError } from "axios";
import { Klarna } from "@speakeasy-sdks/klarna-orders";
const sdk = new Klarna({
security: {
apiKeyAuth: "Bearer YOUR_BEARER_TOKEN_HERE",
},
});
const req: CreateOrderRequest = {
authorizationToken: "corrupti",
createOrderRequestInput: {
autoCapture: false,
billingAddress: {
attention: "Attn",
city: "London",
country: "GB",
email: "test.sam@test.com",
familyName: "Andersson",
givenName: "Adam",
organizationName: "provident",
phone: "+44795465131",
postalCode: "W1G 0PW",
region: "OH",
streetAddress: "33 Cavendish Square",
streetAddress2: "Floor 22 / Flat 2",
title: "Mr.",
},
customPaymentMethodIds: [
"quibusdam",
"unde",
"nulla",
],
customer: {
dateOfBirth: "1978-12-31",
gender: "male",
lastFourSsn: "corrupti",
nationalIdentificationNumber: "illum",
organizationEntityType: CustomerOrganizationEntityTypeEnum.LimitedPartnership,
organizationRegistrationId: "error",
title: "Mr.",
type: "organization",
vatId: "deserunt",
},
locale: "en-GB",
merchantData: "{"order_specific":[{"substore":"Women's Fashion","product_name":"Women Sweatshirt"}]}",
merchantReference1: "ON4711",
merchantReference2: "hdt53h-zdgg6-hdaff2",
merchantUrls: {
authorization: "https://www.example-url.com/authorization",
confirmation: "https://www.example-url.com/confirmation",
notification: "https://www.example-url.com/notification",
push: "https://www.example-url.com/push",
},
orderAmount: 2500,
orderLines: [
{
imageUrl: "https://www.exampleobjects.com/logo.png",
merchantData: "{"customer_account_info":[{"unique_account_identifier":"test@gmail.com","account_registration_date":"2017-02-13T10:49:20Z","account_last_modified":"2019-03-13T11:45:27Z"}]}",
name: "Running shoe",
productIdentifiers: {
brand: "shoe-brand",
categoryPath: "Shoes > Running",
color: "white",
globalTradeItemNumber: "4912345678904",
manufacturerPartNumber: "AD6654412-334.22",
size: "small",
},
productUrl: "https://.../AD6654412.html",
quantity: 1,
quantityUnit: "pcs",
reference: "AD6654412",
subscription: {
interval: SubscriptionIntervalEnum.Week,
intervalCount: 297534,
name: "Larry Windler",
},
taxRate: 1900,
totalAmount: 2500,
totalDiscountAmount: 500,
totalTaxAmount: 475,
type: "physical",
unitPrice: 2500,
},
{
imageUrl: "https://www.exampleobjects.com/logo.png",
merchantData: "{"customer_account_info":[{"unique_account_identifier":"test@gmail.com","account_registration_date":"2017-02-13T10:49:20Z","account_last_modified":"2019-03-13T11:45:27Z"}]}",
name: "Running shoe",
productIdentifiers: {
brand: "shoe-brand",
categoryPath: "Shoes > Running",
color: "white",
globalTradeItemNumber: "4912345678904",
manufacturerPartNumber: "AD6654412-334.22",
size: "small",
},
productUrl: "https://.../AD6654412.html",
quantity: 1,
quantityUnit: "pcs",
reference: "AD6654412",
subscription: {
interval: SubscriptionIntervalEnum.Week,
intervalCount: 791725,
name: "Ken Kshlerin",
},
taxRate: 1900,
totalAmount: 2500,
totalDiscountAmount: 500,
totalTaxAmount: 475,
type: "physical",
unitPrice: 2500,
},
],
orderTaxAmount: 475,
purchaseCountry: "GB",
purchaseCurrency: "GBP",
shippingAddress: {
attention: "Attn",
city: "London",
country: "GB",
email: "test.sam@test.com",
familyName: "Andersson",
givenName: "Adam",
organizationName: "recusandae",
phone: "+44795465131",
postalCode: "W1G 0PW",
region: "OH",
streetAddress: "33 Cavendish Square",
streetAddress2: "Floor 22 / Flat 2",
title: "Mr.",
},
},
};
sdk.orders.create(req).then((res: CreateOrderResponse | AxiosError) => {
// handle response
});
cancel
- Cancel an existing authorizationcreate
- Create a new ordercreate
- Create a new payment sessionread
- Read an existing payment sessionupdate
- Update an existing payment sessionpurchase
- Generate a consumer tokenThis SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage to a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally looking for the latest version.
While we value open-source contributions to this SDK, this library is generated programmatically. Feel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release !
FAQs
Orders Typescript SDK An effortless integration. Designed for growth. <a href="
We found that @speakeasy-sdks/klarna-orders demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.