| GET | /api/v1/healthcheck | Health check for the Data Reports service. |
| GET | /api/v1/report-configs | Get a list of available report configurations. |
| GET | /api/v1/report-configs/{report-configuration-id} | Get details for a specific report configuration. |
| PUT | /api/v1/report-configs/{report-configuration-id} | Update an existing report configuration. |
| GET | /api/v1/report-files/{report-id} | Get a specific report file. |
| GET | /api/v1/report-types | Get a list of available report types. |
| GET | /api/v1/report-types/{report-type-id} | Get details for a specific report type. |
| GET | /api/v1/reporting-groups | Get a list of available report reporting groups. |
| POST | /api/v1/reporting-groups | Create new reporting group |
| PATCH | /api/v1/reporting-groups/{groupId} | Update an existing reporting group. |
| GET | /api/v1/reports | Get a list of available reports. |
| POST | /api/v1/reports | Create a new report configuration. |
| GET | /api/v1/reports/{report-id} | Get details for a specific report. |
| POST | /api/v2/authentications | Prepare a 3DS authentication |
| GET | /api/v2/authentications/{authentication-id} | Find an authentication request |
| POST | /api/v2/authentications/{authentication-id} | Perform a 3DS authentication |
| GET | /api/v2/healthcheck | Validate the health of the service. |
| POST | /api/v2/wallet-decryptions | Decrypt a Paze, Google Pay, or Apple Pay encrypted wallet bundle |
| POST | /payments/v1/acquirertokens | Provision a acquirer token for a payment instrument |
| POST | /payments/v1/bulk-tokens | Process Bulk Tokens |
| GET | /payments/v1/bulk-tokens/{merchant-file-identifier} | Retrieve the status of a bulk file |
| GET | /payments/v1/bulk-tokens/{merchant-file-identifier}/download | Retrieve details of a bulk file |
| GET | /payments/v1/bulk-tokens/encryption-key | Get bulk token encryption key |
| POST | /payments/v1/bulk-tokens/encryption-key | Create encryption key from a merchant |
| POST | /payments/v1/cryptograms | Token cryptogram request |
| GET | /payments/v1/healthcheck | Health check for the Tokenization service |
| POST | /payments/v1/tokens | Token provisioning request |
| GET | /payments/v1/tokens/{token-reference-id} | Request token information |
| GET | /payments/v1/tokens/{token-reference-id}/assets/{asset-reference-id} | Request token assets |
| GET | /payments/v1/tokens/{token-reference-id}/details | Request token details |
| GET | /payments/v1/tokens/{token-reference-id}/lifecycle-states | Request token states |
| PATCH | /payments/v1/tokens/{token-reference-id}/lifecycle-states | Token lifecycle management request |
| GET | /v1/healthcheck/notification-subscriptions | Health check for the Notification Subscription service |
| GET | /v1/notifications | Get all notifications within a date range by notification status |
| GET | /v1/notifications/{notification-id} | Get a notification by notification Id |
| GET | /v1/notificationTypes | Get all notification event types available |
| GET | /v1/public-keys | Get a notification public key |
| GET | /v1/publicKeys | (DEPRECATED) Get a public key by entity Id |
| GET | /v1/subscriptions | Get all subscriptions by entity Id |
| POST | /v1/subscriptions | Subscribe to a notification |
| DELETE | /v1/subscriptions/{subscription-id} | Delete a specific subscription |
| GET | /v1/subscriptions/{subscription-id} | Get a subscription by subscription Id |
| PUT | /v1/subscriptions/{subscription-id} | Update a specific subscription |