This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"crypto/tls" | |
"crypto/x509" | |
"fmt" | |
"io" | |
"log" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openapi": "3.0.0", | |
"info": { | |
"description": "The payments API is used to create a session to offer Klarna's payment methods as part of your checkout.\n\nAs soon as the purchase is completed the order should be read and handled using the [`Order Management API`](/order-management/api/).", | |
"version": "1.0.0", | |
"title": "Klarna Payments API V1", | |
"x-document-metadata": { | |
"copyright": "© 2005 - 2021 Klarna Bank AB (publ). All rights reserved.", | |
"trace-id": "41e83-41e83-614ec-klarna-api-production-s3-20210909144900", | |
"date-created": "2021-09-09T14:49:00Z" |