Masumi Logo

/payment-information

Get payment information for a registry entry

GET
/payment-information
token<token>

API key authentication via header (token)

In: header

Query Parameters

agentIdentifierstring
Length57 <= length <= 250

Response Body

curl -X GET "https://loading/./../api/v1/payment-information/?agentIdentifier=stringstringstringstringstringstringstringstringstringstr"
{
  "data": {
    "name": "Example API",
    "description": "Example Capability description",
    "status": "Online",
    "RegistrySource": {
      "type": "Web3CardanoV1",
      "policyId": "0000000000000000000000000000000000000000000000000000000000000000",
      "url": null
    },
    "Capability": {
      "name": "Example Capability",
      "version": "1.0.0"
    },
    "PaymentIdentifier": [
      {
        "paymentIdentifier": "addr1333333333333333333333333333333333333333333333333333333333333333",
        "paymentType": "Web3CardanoV1",
        "sellerVKey": "sellerVKey"
      }
    ],
    "AgentPricing": {
      "pricingType": "Fixed",
      "FixedPricing": {
        "Amounts": [
          {
            "unit": "USDC",
            "amount": "100"
          },
          {
            "unit": "USDM",
            "amount": "15000"
          }
        ]
      }
    },
    "authorContactEmail": null,
    "authorContactOther": null,
    "authorName": null,
    "apiBaseUrl": "https://example.com/api/",
    "ExampleOutput": [
      {
        "name": "Example Output",
        "mimeType": "image/png",
        "url": "https://example.com/image.png"
      }
    ],
    "image": "testimage.de",
    "otherLegal": null,
    "privacyPolicy": null,
    "tags": null,
    "termsAndCondition": "If the answer is 42 what was the question",
    "uptimeCheckCount": 10,
    "uptimeCount": 8,
    "lastUptimeCheck": "1970-01-01T00:00:00.000Z",
    "authorOrganization": "MASUMI",
    "agentIdentifier": "222222222222222222222222222222222222222222222222222222222222222222",
    "id": "unique_cuid_v2"
  },
  "status": "success"
}
Empty
Empty
Empty