Ping Identity

payments_mandates_create

Create the spend policy for this identity's wallet. Installs an on-chain session key — first call takes 10–30 seconds. If the returned `installError` is set, the mandate is unusable and creation should be retried.

Remote loomal/identity

Remote (network-hosted)

Other tools also called payments_mandates_create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "validUntil": {
      "type": "string",
      "description": "ISO 8601 expiry. Defaults to 7 days from now."
    },
    "dailyCapUsdc": {
      "type": "string",
      "description": "Max cumulative USDC per UTC day, decimal e.g. '1.00'. Must be ≥ maxPerCallUsdc."
    },
    "maxPerCallUsdc": {
      "type": "string",
      "description": "Max USDC any single pay() call can spend, decimal e.g. '0.10'."
    }
  }
}