S360 Services
Home
Home
Azure DevOps Repository
  1. Payment
  • Component Diagram
  • S360 Providers
    • BackOffice Workspace
      • Application
        • Submit Application
        • Application Status
      • Service Provisioning
        • Service Provisioning Request
        • Service Provisioning Status
      • Payment
        • Pricing Request
        • Payment Confirmation
      • References
    • IID Authorization
      • Get Context
      • Create Child Session
      • Get Child Session
      • Refresh Child Session
      • Validate Child Session
      • Logout Child Session
      • Add messages
    • MDM
      • License
        • QueryLicenses
  • S360
    • BackOffice
      • Application
        • Application Decision
      • Service Provisioning
        • Service Provisioning
    • IID Portal
      • Read This First
      • Application Status
      • Services
        • Get My Services
        • Get My Service Details
        • Start My Application
      • Applications
        • Get My Applications
        • Get My Application Details
        • Complete My Application
        • View My Application
      • Inventory
        • Get My Inventories
        • Get My Inventory Details
      • Payment
        • CompletePayment
          POST
        • GetPaymentDetails
          POST
        • ConfirmPayment
          POST
        • GetDuePaymentDetails
          POST
        • GetPastPaymentDetails
          POST
        • GetMyDuePayments
          POST
        • GetMyPastPayments
          POST
        • GetMyPaymentDetails
          POST
        • GetMyPayments
          POST
      • Document
        • Retrieve Document
    • Application Workspace
      • Read This First
      • SSO
        • Authenticate
        • Refresh Session
      • Application
        • GetContext App
        • GetContext User
        • Submit My Application
        • Notify Application Status
      • Document
        • Upload Document
        • Retrieve Document
      • Proxy
        • Get Reference Data from Entity
      • DesignTime
        • Upload Application Schema
    • Rules Engines
      • Payment
  1. Payment

GetDuePaymentDetails

Integrating
POST
/payment/v1/payments/due/{id}
Last modified:2024-09-27 09:59:04
OperationId:GetDuePaymentDetails

Request

Authorization
Add parameter in header
X-API-Key
Example:
X-API-Key: ********************
Path Params

Header Params

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/payment/v1/payments/due/{% faker datatype.uuid %}' \
--header 'X-Request-ID: {% faker datatype.uuid %}' \
--header 'x-IID-Sid: {% faker datatype.uuid %}' \
--header 'X-IID-TraceId: {% faker datatype.uuid %}' \
--header 'x-IID-Usr-CorrelationId: userid' \
--header 'X-API-Key;'

Responses

🟢200Success
application/json
Body

Example
{
    "status": 200,
    "externalId": "031b0e01-ded9-4b70-9877-09f2d0e4cf92",
    "esbUUID": "d2e68068-c90b-4c35-a4d8-5603cea0c39f",
    "desc": {
        "code": "83973-4082",
        "en": "Success",
        "ar": "نجاح"
    },
    "quotation": {
        "invoiceId": "05d8b7ec-cc8a-48e7-b74e-d6cdd3138f71",
        "dulNumber": "691853191278873",
        "quotedBy": "367e2f14-dff0-4413-8e4b-8123970d7637",
        "pricedBy": "DET",
        "serviceId": "7f8f4bda-5923-4fa2-9e42-23079f24d503",
        "applicationId": "ba425dbc-7587-49d7-8ca5-e8cdab55018c",
        "entityId": "RTA",
        "payType": "PayToFulfill",
        "total": -49241379.37328243,
        "totalItem": 2130,
        "currency": "SZL",
        "quotedOn": "2024-09-25T08:58:16.175Z",
        "expiredOn": "2024-09-25T02:22:25.110Z",
        "status": "Pending Payment",
        "availableActions": [
            "eu deserunt",
            "labore Lorem enim voluptate"
        ],
        "items": [
            {
                "itemId": "909064071496292",
                "itemName": "Handmade Granite Cheese",
                "beneficiaryId": "RTA",
                "amount": 51372915.86269224,
                "description": "The automobile layout consists of a front-engine design, with transaxle-type transmissions mounted at the rear of the engine and four wheel drive"
            },
            {
                "itemId": "688370700067329",
                "itemName": "Rustic Frozen Mouse",
                "beneficiaryId": "RTA",
                "amount": 67300922.64691746,
                "description": "Boston's most advanced compression wear technology increases muscle oxygenation, stabilizes active muscles"
            },
            {
                "itemId": "414105818355743",
                "itemName": "Small Bronze Ball",
                "beneficiaryId": "RTA",
                "amount": -80950302.43684174,
                "description": "The slim & simple Maple Gaming Keyboard from Dev Byte comes with a sleek body and 7- Color RGB LED Back-lighting for smart functionality"
            }
        ]
    }
}
🟠400Bad Request
🟠404Record Not Found
🔴500Server Error
Modified at 2024-09-27 09:59:04
Previous
ConfirmPayment
Next
GetPastPaymentDetails
Built with