Credentialing
Overview
Standardising credential issuance, search, verification, revokation and status check capabilities between G2P enabling DPGS/Products/Systems.
Country operational model shall decide the entity that manages one or more crendentialling systems.
References
API specification link
Discussion thread
Interface List
CRED-ISSU
POST /credential/issue
Issue credential
CRED-ON-ISSU
POST /credential/on-issue
Issuance info through callback
CRED-SRCH
POST /credential/search
Search credential by credential id, issuer, beneficary id, etc.,
CRED-ON-SRCH
POST /credential/on-search
Credentail search results through call back
CRED-STS
POST /credential/status
Credential status update request
CRED-ON-STS
POST /credential/on-status
Credentail status update results through call back
CRED-TXNSTS
POST /credential/txn/on-status
Perform async status check of previous credential requests using transaction_id and/or reference_id(s)
CRED-ON-TXNSTS
POST /credential/txn/on-status
Response async status using callback
Integration Schematics
Last updated