v1

latestOpenAPI 3.0.12026-07-144816.3 KB
Link Management

List all payment links.

get/v1/payment-links

Query parameters

pageinteger
limitinteger
merchantIdstring required
accountIdstring required
portalIdstring required
modestring required

Response

default response

emptyboolean
firstboolean
lastboolean
numberinteger
numberOfElementsinteger
sizeinteger
totalElementsinteger
totalPagesinteger

Example response

{
  "content": [
    {
      "accountId": "12345",
      "active": true,
      "amount": 799,
      "backgroundImage": "linear-gradient(to bottom right, #ffffff, #3295d6)",
      "billing": {
        "addressAddition": "7th floor",
        "city": "Kiel",
        "company": "PAYONE GmbH",
        "country": "DE",
        "firstName": "John",
        "lastName": "Doe",
        "street": "Fraunhoferstr. 2-4",
        "zip": "24118"
      },
      "currency": "EUR",
      "description": "This payment is awesome!!",
      "expiration": "2020-02-20",
      "hash": "a42847abb8bfca62876ca64c0fa981f8",
      "id": "HUENJ5FY124QHUENJ5FY124QHUENJ5FY",
      "language": "en_US",
      "logo": "https://www.payone.com/wp-content/uploads/2018/12/Payone-Logo-2020.jpg",
      "merchantId": "12345",
      "mode": "live",
      "paymentMethod": "visa",
      "paymentMethods": [
        "visa",
        "mastercard"
      ],
      "paymentProcess": "347867997",
      "portalId": "1234567",
      "reference": "payment_1",
      "shipping": {
        "addressAddition": "7th floor",
        "city": "Kiel",
        "company": "PAYONE GmbH",
        "country": "DE",
        "firstName": "John",
        "lastName": "Doe",
        "street": "Fraunhoferstr. 2-4",
        "zip": "24118"
      },
      "shoppingCart": [
        {
          "deliveryDateEnd": "2021-01-01",
          "deliveryDateStart": "2021-01-01",
          "description": "Potatoes",
          "number": "73883HFJ",
          "price": 1999,
          "quantity": 1,
          "type": "goods",
          "vatRate": 20
        }
      ],
      "status": "ready",
      "userId": "356845874"
    }
  ]
}
All 4 operations