Skip to main content
GET
/
public
/
payment-intents
List payment intents for an affiliate
curl --request GET \
  --url https://api.prod.commenda.io/api/v1/public/payment-intents \
  --header 'x-api-key: <api-key>'
{
  "paymentIntents": [
    {
      "paymentIntentId": "pi_123",
      "serviceRequestURL": "https://app.commenda.io/service-request/sr_123"
    }
  ]
}
Lists payment intents visible to the authenticated affiliate. Use the optional filters to narrow to a single company or payment state.

Authorizations

x-api-key
string
header
required

Query Parameters

status
enum<string>
Available options:
PENDING,
COLLECTED
companyId
integer

Filter payment intents to a single company.

Response

Payment intents retrieved successfully

paymentIntents
object[]
required