List Payment Businesses
Payment businesses owned by the key owner. Link one to an event with PUT /voting-events/{idOrCode}/payment-business before configuring pricing. Not paginated; nextCursor is always null.
Authorization
bearerAuth AuthorizationBearer <token>
A key in the form pepvote_api_ followed by 32 hexadecimal characters.
In: header
Header Parameters
User-Agentstringrequired
Name and version of the calling integration. Required on every request.
Response Body
application/json
curl -X GET "https://example.com/payment-businesses" \ -H "User-Agent: my-app/1.0"{
"data": [
{
"id": "string",
"name": "string",
"provider": "stripe",
"country": "string",
"status": "pending",
"ready": true,
"supportedCurrencies": [
"string"
],
"createdAt": 0
}
],
"nextCursor": null
}Was this helpful?
Last updated September 6, 2026