{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Payments",
"description": "Represents several payments made with Etsy Payments. All monetary amounts are in USD pennies unless otherwise specified.",
"$id": "https://raw.githubusercontent.com/api-evangelist/etsy/refs/heads/main/json-schema/open-api-v3-payments-schema.json",
"type": "object",
"properties": {
"count": {
"type": "integer",
"description": "The number of payments in the response.",
"minimum": 0,
"example": 1
},
"results": {
"type": "array",
"description": "A list of payments.",
"items": {
"description": "A list of payments.",
"oneOf": [
{
"$ref": "#/components/schemas/Payment"
}
]
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.