Skip to main content
GET
/
unstable
/
payment-methods
/
{paymentMethodId}
/
agentic-enrollment
Get Agentic Enrollment
curl --request GET \
  --url https://staging.crossmint.com/api/unstable/payment-methods/{paymentMethodId}/agentic-enrollment \
  --header 'X-API-KEY: <x-api-key>'
{
  "enrollmentId": "enr_8d6a4b1f-9c8a-4cba-b2c1-3a5b8c0d6f12",
  "status": "pending",
  "verificationConfig": {
    "environment": "production",
    "publicApiKey": "key_publicSomething"
  }
}
This endpoint requires a JWT from an external auth provider (Auth0, Firebase, Stytch, etc.) or a custom JWT backed by a JWKS endpoint. Crossmint Auth is not supported.

Headers

X-API-KEY
string
required

API key required for authentication

Path Parameters

paymentMethodId
string
required

Response

200 - application/json

Returns the agentic enrollment status

enrollmentId
string
required
status
enum<string>
required
Available options:
active