OnlySocial
    • 🐶 OnlySocial API Walk through
    • Only Social
      • Accounts
        • List Accounts
        • Get an account
      • Media
        • List media files
        • Get a media file
        • Upload a media file
        • Delete a media file
        • Update a Media
      • Tags
        • List Tags
        • Get a tag
        • Create a tag
        • Delete a tag
        • Update a tag
      • Posts
        • List posts
        • Get a post
        • Create a post
        • Delete a post
        • Delete multiple post
        • Schedule a post
        • Add a post to Queue
        • Update a post
        • Approve a Post
      • Groups
        • Create a group
        • Update a group
        • Delete a Group
      • Users
        • List users
        • Create a user
        • Bulk delete users
        • Get user info
        • Update a user
        • Delete a user
      • Receipts
        • List receipts
        • Create a receipt
        • Bulk delete receipts
        • Update a receipt
        • Delete a receipt
      • Workspaces
        • List workspaces
        • Create a workspace
        • Bulk delete workspaces
        • Update a workspace
        • Delete a workspace
      • WorkspaceUsers
        • Attach user to workspace
        • Update workspace user role/ownership
        • Detach user from workspace
      • WorkspaceSubscriptions
        • Create a workspace subscription
        • Update workspace subscription
        • Delete workspace subscription
        • Create a new workspace subscription (custom logic)
        • Change workspace subscription plan
        • Cancel workspace subscription
        • Resume paused workspace subscription
        • Add generic subscription to workspace
        • Remove generic subscription from workspace
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag
      • UserStore
      • UserUpdate
      • ReceiptStore
      • ReceiptUpdate
      • WorkspaceStore
      • WorkspaceUpdate
      • WorkspaceUserAttach
      • WorkspaceUserUpdate
      • WorkspaceSubscriptionStore
      • WorkspaceSubscriptionUpdate

    ReceiptStore

    {
        "workspace_uuid": "string",
        "transaction_id": "string",
        "invoice_number": "string",
        "amount": 0,
        "tax": 0,
        "currency": "string",
        "receipt_url": "string",
        "description": "string",
        "paid_at": "string"
    }
    Built with