Inbound API (to D1)
Last updated
Was this helpful?
Inbound APIs are called by your issuer backend to perform operations in the D1 backend.
Use these APIs to:
Authenticate to D1 and obtain an access token.
Request physical card production (including instant issuance).
You need these integration building blocks in place:
TLS mutual authentication (mTLS) between your issuer backend and the D1 backend.
OAuth 2.0 access tokens to authorize calls to D1 APIs.
JWE encryption for sensitive card data fields (for example, PAN).
Start here:
Call the OAuth2 API to obtain an access token.
Call the target D1 API with Authorization: Bearer <access_token>.
Reuse the token until it expires (15 minutes).
Inbound and outbound connectivity both require mTLS.
OAuth 2.0 access tokens apply to inbound calls only (issuer backend to D1 backend).
Last updated
Was this helpful?
Was this helpful?