Skip to main content
GET
Get one payment intent
Returns the payment intent id plus the linked serviceRequestURL in the app when the service request already exists.

Authorizations

x-api-key
string
header
required

Path Parameters

paymentIntentId
string
required

Payment intent identifier returned by POST /public/services.

Response

Payment intent retrieved successfully

paymentIntentId
string
required
Example:

"pi_123"

serviceRequestURL
string | null
required

App URL for the linked service request, if one exists.

Example:

"https://app.commenda.io/service-request/sr_123"