| GET | /accounts/{accountUID}/realtime-credit-details | Retrieve available credit balance detail for the card account. |
| POST | /bulk-requests | Submit Create-Card requests in bulk. |
| GET | /bulk-requests/{bulkID} | Retrieve the status of the bulk intake request. |
| GET | /bulk-requests/{bulkID}/responses/{index} | Retrieve the status of an individual request within the bulk intake. |
| POST | /cards | Create a digital card. |
| GET | /cards/{cardID} | Retrieve digital card information. |
| PATCH | /cards/{cardID} | Update a digital card. |
| GET | /cards/{cardID}/addresses | Read digital card addresses. |
| PUT | /cards/{cardID}/addresses | Update digital card address. |
| GET | /cards/{cardID}/attachments | List all attachments for this card. |
| POST | /cards/{cardID}/attachments | Add (upload) an attachment to a card or authorization. |
| DELETE | /cards/{cardID}/attachments/{attachmentID} | Delete an attachment. |
| GET | /cards/{cardID}/attachments/{attachmentID} | Retrieve (download) an attachment. |
| GET | /cards/{cardID}/auth-limits | Read the authorization limits for a card. |
| PATCH | /cards/{cardID}/auth-limits | Change the authorization limits for a card. |
| POST | /cards/{cardID}/authorizations/search | Return authorizations for this card matching the search criteria. |
| POST | /cards/{cardID}/cancel | Cancel a digital card. |
| POST | /cards/{cardID}/close | Close a digital card. |
| GET | /cards/{cardID}/cvv | Read digital card security code. |
| POST | /cards/{cardID}/digital-wallet/apple-pay | Obtain an encoded card payload for use with Apple Pay wallet. |
| POST | /cards/{cardID}/digital-wallet/eligibility | Determine if a card is eligible for digital wallets. |
| POST | /cards/{cardID}/digital-wallet/google-pay | Obtain an encoded card payload for use with Google Pay wallet. |
| GET | /cards/{cardID}/merchant-auth-controls | Read the list of merchant authorization controls for a card. |
| PUT | /cards/{cardID}/merchant-auth-controls | Replace the list of merchant authorization controls. |
| GET | /cards/{cardID}/merchant-groups/{mccgName} | Retrieve the details of the specified MCCG. |
| POST | /cards/{cardID}/merchant-groups/search | Find 1 or more Merchant Category Code Groups (MCCGs). |
| GET | /cards/{cardID}/realtime-credit-details | Retrieve available credit balance detail for the digital card. |
| POST | /cards/{cardID}/suspend | Suspend a digital card. |
| GET | /cards/{cardID}/transactions | List all transactions for this card. |
| POST | /cards/{cardID}/transactions/search | Return transactions for this card matching the search criteria. |
| POST | /cards/{cardID}/unsuspend | Unsuspend a digital card. |
| POST | /instant-cards/v1/cards | Create an Instant Card. |
| GET | /managing-accounts/{accountUID}/realtime-credit-details | Retrieve available credit balance detail for the managing account. |