Skip to main content
GET
/
payment-intents
/
{id}
cURL
curl --request GET \
  --url https://api.boothzen.com/v1/payment-intents/{id} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer token: bz_live_<32chars> (live mode) or bz_test_<32chars> (test mode). Obtain via BoothZen admin → Settings → API Keys.

Path Parameters

id
string
required

Response

The response is of type string.