v11

latestSwagger 2.0raw.githubusercontent.com2026-05-29223242.1 KB
payment

Fetch details of service charge(s) payable for this application

get/submission/{submission-id}/payment

Response

payment charge info

idstring
descriptionstring
etagstring required
kindstring required
status'Paid' | 'Pending' | 'Failed' required

Provisional payment session status

company_numberstring required

Example response

{
  "id": "MyProduct",
  "description": "My product fee",
  "etag": "d8a936fc59fd43ba6c66363c25684be1964ea03d",
  "items": [
    {
      "amount": "100",
      "available_payment_methods": [
        "credit-card"
      ],
      "class_of_payment": [
        "data-maintenance"
      ],
      "description": "My Item",
      "description_identifier": "MY_ITEM_CODE",
      "kind": "cost#cost"
    }
  ],
  "kind": "MyItem",
  "links": {
    "resource": "http://localhost:4000/submission/eb4668886a6db281",
    "self": "http://localhost:4000/submission/eb4668886a6db281/payment"
  },
  "status": "Pending",
  "company_number": "SL009355"
}