cURL
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" } }
Get the agentic enrollment status of a payment method.
API scope required: payment-methods.read
payment-methods.read
API key required for authentication
Returns the agentic enrollment status
active
Was this page helpful?