Partner Card API Changelog
Release notes for the Partner Card API. Dates reflect production availability at api.agiodigital.com/partner/cards/graphql. Changes land on the development environment (dev.api.agiodigital.com) first — test there before relying on new capabilities in production.
2026-07-06
- Fixed:
createCardin production no longer fails withbody is missing required property 'configuration'— the card-program product configuration is now always applied server-side. No change is required to yourCreateCardInput; continue sendingcardApplicationIdandcardTypeas documented.
2026-07-01
- Card transaction webhooks are live.
subscribePartnerWebhooknow delivers real-time transaction events alongside application events:CARD_TRANSACTION_AUTHORIZED,CARD_TRANSACTION_SETTLED,CARD_TRANSACTION_DECLINED, andCARD_TRANSACTION_REVERSED. Subscription setup, payload shapes, and signature verification are documented under Webhook subscriptions. - Card dispute management. New
cancelCardDisputemutation plus dispute lifecycle webhook events for partner-organization cards. - Rate limits documented. The guide now includes the full rate-limit reference.
2026-06-19
- Treasury funding and withdrawals. Partner organizations can fund card programs and withdraw collateral via the API; the new
cardFundSubClientStatusquery reports sub-client funding status. See Funding cards and Withdrawing collateral.
2026-06-18
- Batch distributions. New
partnerMultisendmutation distributes funds to many cardholders in one call, with smart-wallet lookup support. See Multisend.
2026-06-01
- Webhook endpoint requirements clarified. Receiving URLs must be publicly reachable; the webhook onboarding guide was expanded accordingly.
2026-05-29
- Webhook starter kit. Downloadable starter kit with Express and Bun receiver templates, plus a registry of all subscribable event types.
2026-05-26
- Onboarding additions.
createCardApplicationForPartnerUseracceptspartnerKycShareToken(share an existing KYC verification) and acreateWalletflag to provision a wallet at card signup. Do not pass an organization ID when provisioning cardholders — it is derived from your API client automatically.
2026-05-19
- Initial general availability of the Partner Card API: HMAC-signed GraphQL endpoint, cardholder onboarding (KYC + application), virtual card issuance, and application webhooks. Start with the Quickstart.
2026-05-15
- Application tracking. Card application responses now include
cardApplicationIdfor tracking an application through review.