Pepvote Support Center

Get Voting Event Payment Business

GET
/voting-events/{idOrCode}/payment-business

The payment business linked to the event, or null data when none is linked.

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.

Path Parameters

idOrCodestringrequired

Voting event ID or code.

Response Body

application/json

curl -X GET "https://example.com/voting-events/string/payment-business" \  -H "User-Agent: my-app/1.0"
{
  "data": {
    "id": "string",
    "name": "string",
    "provider": "stripe",
    "country": "string",
    "status": "pending",
    "ready": true,
    "supportedCurrencies": [
      "string"
    ],
    "createdAt": 0
  }
}
Was this helpful?

Last updated September 6, 2026