Retrieve a klarna payment
GET https://{{subdomain}}.commercelayer.io/api/klarna_payments/{{klarna_payment_id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: OK
{"data":{"id":"xYZkjABcde","type":"klarna_payments","links":{"self":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde"},"attributes":{"session_id":"xxxx-yyyy-zzzz","client_token":"xxxx-yyyy-zzzz","payment_methods":[{"foo":"bar"}],"auth_token":"xxxx-yyyy-zzzz","mismatched_amounts":false,"payment_instrument":{"issuer":"cl bank","card_type":"visa"},"created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"order":{"links":{"self":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde/relationships/order","related":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde/order"}},"payment_gateway":{"links":{"self":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde/relationships/payment_gateway","related":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde/payment_gateway"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/klarna_payments/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}