Figma · Example Payload

Figma Payments Payment Information Example

CollaborationDesignGraphicsInterfacesPrototypesPrototypingUI/UX

Figma Payments Payment Information Example is an example object payload from Figma, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

user_idresource_idresource_typedate_of_purchase

Example Payload

Raw ↑
{
  "user_id": "500123",
  "resource_id": "500123",
  "resource_type": "example_value",
  "date_of_purchase": "example_value"
}