cURL
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" } ] }
List payment intents visible to the authenticated affiliate, optionally filtered by status or company.
PENDING
COLLECTED
Filter payment intents to a single company.
Payment intents retrieved successfully
Show child attributes
Was this page helpful?