schema.org.ai

stripe

Payment processing platform for online businesses.

Extends: Technology

Stripe

Payment processing platform for online businesses.

Overview

Category: Payment software

Payment processing platform for online businesses.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'Stripe',
  category: 'Payment software',
  description: 'Payment processing platform for online businesses.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Stripe",
  "applicationCategory": "Payment software",
  "description": "Payment processing platform for online businesses."
}