Get an existing Svea Payment Administration order

Used to get the order management (payment admin) order.

SecurityBearer
Request
path Parameters
order_id
required
string

Order identifier

payment_id
required
string

Payment identifier

header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Responses
200

OK

404

Not Found

get/api/order/v1/orders/{order_id}/payments/{payment_id}
Request samples
Response samples
application/json
{
  • "actions": [
    ],
  • "billingAddress": {
    },
  • "cancelledAmount": 0,
  • "creationDate": "2019-08-24T14:15:22Z",
  • "currency": "string",
  • "customerReference": "string",
  • "deliveries": [
    ],
  • "emailAddress": "string",
  • "id": 0,
  • "isCompany": true,
  • "merchantOrderId": "string",
  • "nationalId": "string",
  • "orderAmount": 0,
  • "orderRows": [
    ],
  • "orderStatus": "string",
  • "paymentType": "string",
  • "peppolId": "string",
  • "phoneNumber": "string",
  • "shippingAddress": {
    },
  • "sveaWillBuy": true,
  • "expirationDate": "2019-08-24T14:15:22Z",
  • "billingEmailAddress": "string",
  • "billingReferences": [
    ],
  • "systemStatus": "string"
}
Copyright © Norce 2024. All right reserved.