For Agents
Programmatically 3d secure otp, account adjustment notification. Covers 248 operations.
Use for: I need to 3d secure otp, I want to account adjustment notification, Search for account to account transfer notification, Find all activate card
Install Jentic One Beta
Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Wallester, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.
Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.
Step 1: Jentic One Host machine
# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fwallester.com%2Fwallester" | shStep 2: Agent machine
# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fwallester.com%2Fwallester" | sh
jentic register # connects your agent to your Jentic One instanceJentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.
What an agent can do with Wallester API.
3D Secure OTP
Account adjustment notification
Activate card
Apple Pay incentive notification incomplete provisioning
GET STARTED
Not supported: Does not handle payments, crm, or developer tools - use for communications only.
Wallester Card API Rate limits Wallester has no rate limits and allows sending an unlimited number of requests to API, but we reserve the right to impose such limits if necessary. RSA keys Encrypted card data exchange schema:  Public key needed in the request might be programmed to be generated and encrypted on each. The API exposes 248 endpoints.
Monitor Wallester operational status and events
Patterns agents use Wallester API for, with concrete tasks.
★ Communications Operations
Use the Wallester to perform communications operations programmatically. The API provides 248 endpoints covering core functionality including 3d secure otp, account adjustment notification, account to account transfer notification.
Call POST /host:port/v1/3d-secure-otp-event to 3d secure otp
Automated Card Management
Automate card operations by combining multiple Wallester endpoints. Agents can account adjustment notification and then account to account transfer notification in a single workflow.
Call POST /host:port/v1/account-adjustment-notification to account adjustment notification, then verify the result
AI Agent Integration via Jentic
AI agents discover and call Wallester endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.
Search Jentic for '3d secure otp', load the operation schema, and execute with Jentic-managed credentials
248 endpoints — wallester card api rate limits wallester has no rate limits and allows sending an unlimited number of requests to api, but we reserve the right to impose such limits if necessary.
METHOD
PATH
DESCRIPTION
/host:port/v1/3d-secure-otp-event
3D Secure OTP
/host:port/v1/account-adjustment-notification
Account adjustment notification
/host:port/v1/account-to-account-transfer-notification
Account to Account transfer notification
/host:port/v1/activate-card-event
Activate card
/host:port/v1/apple-pay-incentive-notification-incomplete-provisioning-event
Apple Pay incentive notification incomplete provisioning
/host:port/v1/apple-pay-incentive-notification-successful-transaction-event
Apple Pay incentive notification successful transaction
/host:port/v1/apple-pay-orange-flow-event
Apple pay orange flow
/host:port/v1/authorization-event
Authorization
/host:port/v1/3d-secure-otp-event
3D Secure OTP
/host:port/v1/account-adjustment-notification
Account adjustment notification
/host:port/v1/account-to-account-transfer-notification
Account to Account transfer notification
/host:port/v1/activate-card-event
Activate card
/host:port/v1/apple-pay-incentive-notification-incomplete-provisioning-event
Apple Pay incentive notification incomplete provisioning
What agents get from Jentic-routed access to this vendor.
Setup
Wiring Wallester by hand means routing to its api.wallester.com/v1 host and configuring each event notification callback yourself. Through Jentic you install once, import Wallester from the API Directory, store your connection credential once, and your agent calls it.
Permission scoping
Wallester exposes notification and event operations that carry their target in the request body rather than in fixed resource URL paths, so limit the agent to the operations it needs, such as posting an authorization event, and leave others out of the allowed set unless you add them.
Credential isolation
Your Wallester credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context.
Intent-based discovery
Agents search Jentic by intent such as 'handle a 3D Secure OTP event' or 'post an authorization event', and Jentic returns the matching Wallester operation with its input schema so the agent calls the right endpoint without browsing the reference docs.
Alternatives and complements available in the Jentic catalogue.
Specific to using Wallester API through Jentic.
What authentication does the Wallester use?
The Wallester uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.
Can I 3d secure otp with the Wallester?
Yes. Use the POST /host:port/v1/3d-secure-otp-event endpoint. The API returns structured JSON responses that agents can parse and act on directly.
What are the rate limits for the Wallester?
Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.
How do I 3d secure otp through Jentic?
Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for '3d secure otp'. Jentic returns the matching Wallester operation with its input schema. Load the schema and execute the call - credentials are injected automatically.
How many endpoints does the Wallester have?
The Wallester exposes 248 endpoints covering card, person, webhooks operations.
/host:port/v1/apple-pay-incentive-notification-successful-transaction-event
Apple Pay incentive notification successful transaction
/host:port/v1/apple-pay-orange-flow-event
Apple pay orange flow
/host:port/v1/authorization-event
Authorization