Figma · Schema

GetPaymentsResponseBody

Successful response containing payment information.

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Properties

Name Type Description
status number The response status code.
error boolean For successful requests, this value is always `false`.
View JSON Schema on GitHub

JSON Schema

figma-payments-get-payments-response-body-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetPaymentsResponseBody",
  "type": "object",
  "description": "Successful response containing payment information.",
  "properties": {
    "status": {
      "type": "number",
      "description": "The response status code."
    },
    "error": {
      "type": "boolean",
      "description": "For successful requests, this value is always `false`."
    }
  }
}