Skip to main content
This page provides a high-level overview of new features, enhancements, and other impactful changes. For full details on the latest API changes, SDK changes, and changes to the CLI and Postman collection, please refer to each of their GitHub pages for more details.
2026-01-14 (4)
Feature

Native 3DS for mobile

A major advancement in mobile payment capabilities has been introduced: native 3D Secure (3DS) support for Mobile SDKs, powered by an enhanced Checkout Sessions backend.

What’s new?

This release represents a coordinated effort across frontend and backend teams to modernize the 3DS experience:
  • Native Mobile 3DS Integration: A native 3DS SDK has been integrated into native iOS and Android SDKs, allowing merchants to handle the 3DS challenge entirely within their native app UI, eliminating jarring web-view redirects.
  • Checkout Sessions 3DS Extension: The Checkout Sessions API has been extended to support 3DS authentication independently of a transaction, with new internal endpoints providing the necessary data to kick off the 3DS flow directly on the client side.
  • 3DS at Vaulting: Merchants can now perform 3DS authentication at the time of vaulting a card, ensuring payment methods are authenticated and “transaction-ready” before a buyer even reaches the final checkout step.

Why it matters

Previously, 3DS on mobile relied on a “redirect-to-web” flow where users were forced into a web-view experience to complete their bank’s challenge. This created friction, inconsistent branding, and a disjointed user journey.By moving to a native 3DS flow, merchants can now provide a premium, high-conversion experience:
  • Total UI Control: Merchants can maintain their app’s theme and look-and-feel throughout the entire payment process.
  • Seamless Transitions: No more switching between native code and web views; the entire challenge happens in-app.
  • Reduced Friction: Authenticating cards during vaulting simplifies the final checkout, as the 3DS requirement is handled upfront.

How it works

The process is now a unified client-server handshake:
  1. Store: The mobile app stores card data securely in a Checkout Session.
  2. Authenticate: The app calls the new Checkout Sessions 3DS endpoint to retrieve the data needed for the native challenge.
  3. Challenge: The Native Mobile SDK uses the native 3DS integration to handle any challenge with the buyer’s bank.
  4. Finalize: The resulting 3DS data is stored back in the Checkout Session, which can then be used to create a successful, authenticated transaction server-side.
This feature is available now for iOS and Android using the Swift and Kotlin SDKs. For more information, please refer to the Native 3DS guides.
2026-01-14 (3)
Feature

Custom 3DS authentication amounts

The ability for merchants to specify a 3D Secure (3DS) authentication amount that is different from the actual transaction authorization amount has been introduced.

What’s new?

  • Decoupled Authentication Amounts: Merchants can now trigger a 3DS challenge for a total amount that exceeds the amount being authorized in the immediate transaction.
  • New API Syntax: A new field, three_d_secure.amount, has been added to the /transactions request, allowing merchants to set the desired authentication value. The API returns the same field to confirm the amount used for the 3DS handshake.
  • Validation Guards: To ensure processing integrity, the system returns a client-side validation error (HTTP 4xx, for example 422 Unprocessable Entity) if a merchant attempts to authenticate for an amount lower than the transaction amount.

Why it matters

This feature supports complex scenarios such as travel bookings where a customer’s total cart comprises multiple services—airfare, insurance, and airport transfers—that may need to be authorized separately against different merchant accounts (merchant IDs).Previously, merchants were forced to authenticate for the exact amount of the first transaction, which could lead to friction or re-authentication requirements for subsequent charges in the same session.With this update, merchants can authenticate the customer for the full cart total in one go. The resulting 3DS payload can then be applied to the first authorization and safely reused for subsequent, smaller authorizations without requiring the customer to complete another challenge.

How it works

When a merchant creates a transaction, they can include the three_d_secure.amount object:
  1. Authentication: Gr4vy passes this custom amount to the 3DS provider/directory server.
  2. Authorization: The payment processor receives only the standard amount defined for that specific transaction.
  3. Reuse: The 3DS data returned in the response (CAVV, ECI, etc.) remains valid for the higher authenticated amount, allowing the merchant to pass this data to other providers or ancillary services via vault forwarding.
For more information, please refer to the 3DS documentation or contact a support representative.
2026-01-14 (2)
Feature

Inbound webhooks visibility

A new feature provides merchants with complete visibility into asynchronous updates received from external systems by surfacing inbound webhooks as distinct events within the Dashboard.

What’s new?

  • Webhook Event Logs: Every incoming webhook received from a Payment Service Provider (PSP) or external system is now surfaced as a distinct transaction event on the transaction timeline.
  • Payload Inspection: Merchants can inspect the raw headers and body of the inbound webhook directly from the Dashboard.
  • Intelligent Transaction Linking: The system automatically identifies and links incoming callbacks to the correct transaction. To maintain a clean audit trail, events are only created when a definitive match to an existing transaction is found.

Why it matters

Previously, asynchronous interactions—such as a PSP notifying Gr4vy of a status change—were processed in the background without being explicitly logged in the transaction view. This “visibility gap” made it difficult for merchants to verify if a callback was actually received or to diagnose why a transaction state hadn’t updated as expected.By surfacing these inbound webhooks, merchants gain:
  • Self-Service Debugging: Teams can now verify webhook delivery and inspect payloads directly, without reaching out to support or checking internal logs.
  • Full Audit Trail: Every transaction lifecycle is now fully transparent, covering both the requests Gr4vy sends out and the updates received back.
  • Faster Issue Resolution: Technical teams can quickly identify malformed payloads or mismatched references that might prevent a transaction from updating correctly.

How it works

When an external provider sends a notification to a Gr4vy webhook listener:
  1. Ingestion: Gr4vy processes the incoming request and attempts to resolve it to a specific Transaction ID.
  2. Event Creation: If a match is found, a new transaction event is added to the Transaction Detail view.
  3. Review: In the Events section of the Dashboard, you can click the event to view the full details of the webhook, including the exact data received from the provider.
2026-01-14
Feature

Wero via Nuvei

Support for Wero, a new European digital wallet and instant payment solution, has been added via integration with Nuvei. This addition allows merchants to offer a unified, bank-backed payment method across key European markets.

What is Wero?

Wero is a digital wallet and instant payment scheme developed by the European Payments Initiative (EPI), a consortium of major European banks and payment service providers.
  • The Unified Solution: Wero is designed to be the preferred, unified European alternative to non-European providers like Visa, Mastercard, and PayPal.
  • Bank-Backed: It is heavily promoted by major banks across Europe as a secure, instant, and frictionless way to handle person-to-person (P2P), online shopping, and physical store payments.
  • Instant Payments: Leveraging the SEPA Instant Credit Transfer scheme, Wero ensures that funds are transferred in real-time between bank accounts.

Why it matters

For merchants, Wero offers a unique competitive advantage by tapping into a payment method that European consumers are being actively encouraged to use by their own banks. It reduces reliance on international card schemes while providing a high-speed, secure checkout experience.

European roll-out timeline

Wero is being rolled out in phases across the European Union:
  • Live Now (Late 2024 - Early 2025): Already operational in Belgium, Germany, and France.
  • Upcoming (2026): Scheduled to go live in the Netherlands and Luxembourg.
  • Future Outlook: Wero aims to become the “go-to” digital wallet for all instant payments across Europe, expanding its footprint as more banks join the initiative.

How it works

Customers select Wero at checkout and are redirected to complete their payment through their bank’s instant payment interface, then returned to the merchant’s site.

Important note for sandbox testing

While Wero is fully integrated, please be aware that refunds for Wero transactions are not currently functioning in the sandbox environment due to a known issue with Nuvei’s sandbox integration. This is not a limitation of the Gr4vy connector logic.For more information on configuring and using the Wero connector, please refer to the Nuvei documentation or contact a support representative.
2025-12-15
Feature

3D Secure data in Vault Forwarding

The Vault Forwarding API has been expanded to support forwarding 3D Secure (3DS) authentication data collected during a Checkout Session. Merchants who collect 3DS data via Gr4vy can now securely pass this authentication data—such as ECI flags and CAVV tokens—to downstream third-party endpoints.

What’s new?

  • New Template Variables: You can now inject specific 3DS fields into your Vault Forwarding request body or headers using new template keys:
    • {{ CARD_3DS_CAVV_1 }}: The Cardholder Authentication Verification Value
    • {{ CARD_3DS_ECI_1 }}: The Electronic Commerce Indicator
    • {{ CARD_3DS_VERSION_1 }}: The version of the 3DS protocol used
    • {{ CARD_3DS_RESPONSE_1 }}: The final authentication result (for example, Y)
    • {{ CARD_3DS_SERVER_TRANSACTION_ID_1 }}: The 3DS Server Transaction ID
    • {{ CARD_3DS_SCHEME_1 }}: The card scheme authenticated (for example, visa)
  • Context Awareness: These variables are only available when the Vault Forwarding request is initiated using a valid checkout_session_id that contains 3DS results. Requests attempting to use these templates with a stored payment method (card ID) return a validation error.

Why it matters

This feature is essential for merchants who use Gr4vy to capture payment details but need to forward the authenticated payload to an external partner (for example, a hotel booking engine or specialized reservation system) for final processing. By securely passing 3DS authentication data, merchants can maintain strong authentication standards while integrating with downstream systems.

How it works

When configuring your Vault Forwarding request, include the 3DS templates in your JSON payload:
{
  "card": {
    "number": "{{ CARD_NUMBER }}",
    "expiry": "{{ CARD_EXPIRATION_DATE_MM }}/{{ CARD_EXPIRATION_DATE_YY }}"
  },
  "authentication": {
    "cavv": "{{ CARD_3DS_CAVV_1 }}",
    "eci": "{{ CARD_3DS_ECI_1 }}",
    "xid": "{{ CARD_3DS_SERVER_TRANSACTION_ID_1 }}"
  }
}
For full implementation details and a list of all available fields, please refer to the Vault Forwarding with Checkout Sessions guide.Note: This feature is supported when using the Mobile SDKs and Secure Fields.
2025-12-10 (3)
Feature

Adyen APM direct mode support

A major upgrade has been completed for Adyen Alternative Payment Methods (APMs), unlocking powerful new “Direct Mode” capabilities.

What’s new?

  • Platform Upgrade: The following Adyen connectors have been upgraded to our latest platform:
    • Cash App
    • Alipay
    • Sofort
  • Direct Mode Support: All Adyen APM connectors now support “Direct Mode” integrations for iOS, Android, and Web, allowing merchants to use Adyen’s native Drop-in SDKs directly within their mobile apps or websites.
  • Enhanced Features: The upgrade includes support for advanced features such as transaction logging and recurring payments where supported by the underlying payment method.

Why it matters

This update is particularly impactful for merchants with native mobile applications. Previously, integrating these APMs required a web-based redirection flow. For mobile users, this often resulted in a fragile “app-switching” experience (e.g., Merchant App → Web Browser → Payment App → Web Browser → Merchant App). This flow was prone to breaking and caused friction for the user.With Direct Mode, merchants can now use Adyen’s native SDKs. This enables a seamless, native-to-native payment experience (e.g., Merchant App → Payment App → Merchant App), significantly improving stability and conversion rates for mobile checkouts.

How it works

Merchants can now configure these Adyen APMs to use the new Direct Integration flow:
  1. Initialize: The Gr4vy API provides the necessary session data to initialize the Adyen SDK on your client (iOS, Android, or Web).
  2. Process: The native SDK handles the user interaction.
  3. Complete: The transaction is synchronized and finalized through the Gr4vy API, ensuring a unified transaction record in your dashboard.
Please refer to the Adyen APM guides for detailed information on how to integrate direct mode for web, iOS, and Android.
2025-12-10 (2)
Feature
Payment Links have been significantly upgraded to support existing buyers, allowing merchants to send personalized payment links that can tokenize and store new payment methods directly to a buyer’s profile.

What’s new?

  • Existing Buyer Support: When creating a payment link, you can now specify a buyer_id or buyer_external_identifier, linking the transaction to an existing buyer record in your system.
  • Tokenization & Storage: You can now enable the storing of payment methods (e.g., credit cards) on a payment link, allowing customers to save their card details for future use during the checkout process.
  • Configurable Embed Options: New flags have been added to control the checkout experience, allowing you to specify if the “store card” option should be displayed and if specific billing address fields should be collected.

Why it matters

Previously, Payment Links treated every customer as a “guest,” meaning buyer data had to be re-entered, and payment methods could not be saved for future transactions.This update unlocks a powerful new workflow, especially for subscription businesses and B2B merchants. You can now send a secure payment link to an existing customer not just to collect a one-time payment, but to capture and tokenize their card on file. This stored credential can then be used for seamless recurring billing or future one-click transactions, streamlining operations and improving the customer experience.

How it works

When creating a payment link via the API, simply include the buyer_id and store flag. The generated link will take the user to a checkout page where they can pay and securely save their payment method to their profile.

Limitations

Please note that while this feature allows you to store a new payment method for an existing buyer, it does not yet support using previously stored payment methods for the transaction.
  • Tokenization Only: The payment link is designed to capture and tokenize a new card or payment method.
  • No “Card on File” Selection: When the buyer opens the payment link, they will not see a list of their previously saved cards to choose from. They must enter payment details for the current transaction.
For more details, please refer to the documentation on Storing a Payment Method.
2025-12-10
Feature

OAuth authentication for outbound webhooks

Support for OAuth authentication has been added to outbound webhooks, allowing merchants to securely deliver webhook events to systems that require OAuth-based authentication, such as Salesforce Revenue Cloud and Commerce Cloud.

What’s new?

  • OAuth Support: Merchants can now configure their webhook subscriptions to use OAuth authentication.
  • Supported Grant Types: Both client_credentials and password grant types are supported.
  • Configuration Fields: The webhook subscription setup now includes fields for:
    • OAuth Token URL
    • Client ID
    • Client Secret
    • Username (for password grant type)
    • Password (for password grant type)

Why it matters

Many enterprise platforms, including Salesforce, require OAuth tokens (Bearer tokens) for secure API communication. Previously, webhooks only supported Basic Authentication, which limited integration capabilities with these systems.By supporting OAuth, seamless, secure integration with a wider range of third-party platforms is now possible. For example, merchants using Salesforce can now directly consume Gr4vy webhooks without needing to build custom middleware or “forwarders” to handle the authentication handshake.

How it works

When you configure a webhook subscription with OAuth:
  1. Token Request: Before delivering a webhook event, Gr4vy calls the specified OAuth Token URL using the provided credentials (Client ID/Secret, and optionally Username/Password).
  2. Authentication: The external system validates the credentials and returns a Bearer token.
  3. Delivery: Gr4vy includes this token in the Authorization header of the webhook request and delivers the payload to your subscription URL.
For more information, please refer to the webhook subscriptions documentation.
2025-12-09
Enhancement

Enhanced refund details & error visibility

The level of detail available for refunds within the dashboard has been expanded, now including comprehensive outcome data that surfaces detailed error codes, raw response codes from Payment Service Providers (PSPs), and descriptive error messages for failed or pending refunds.

What’s new?

When viewing a refund in the dashboard, the interface now displays a complete set of transaction details:
  • For successful refunds: All relevant identifiers are displayed, including the payment_service_refund_id and external_identifier, along with the Refund ID and Reconciliation ID.
  • For failed refunds: In addition to the status, the dashboard now clearly displays the Raw Response Code—the exact code returned by the PSP (e.g., E104)—along with descriptive error messages.

Why it matters

Refunds can sometimes fail asynchronously or require specific troubleshooting. Previously, merchants had limited visibility into why a refund failed, often requiring support intervention to decode generic error states.By exposing fields like the PSP’s raw response code and description directly in the UI, operations teams can instantly diagnose issues (e.g., recognizing a “Duplicate refund” error) and resolve them faster without engineering assistance.

Who is it for?

This update is primarily for Merchant Operations teams and Customer Support agents who need to investigate refund statuses and failures quickly and independently.
2025-11-27 (2)
Feature

PayFac support for Cybersource

The Cybersource connector has been upgraded to provide dedicated support for Payment Facilitators (PayFacs), enabling proper aggregator and sub-merchant data handling.

What’s new?

  • PayFac Data Fields: The Cybersource connector now supports specific data fields required for the PayFac model, including the ability to send aggregatorInformation (such as Aggregator ID and Name) and detailed subMerchant information.
  • Configuration-Based Logic: These fields are managed directly within the connector configuration to ensure compliance and data integrity, ensuring that the correct PayFac and sub-merchant identities are consistently applied to every transaction.

Why it matters

For PayFacs, it is critical to correctly identify both the aggregator and the specific sub-merchant in the authorization message to avoid compliance violations.This update allows Payment Facilitators to leverage the Cybersource connector while meeting the strict data requirements of their acquirer. It ensures that the correct Merchant Descriptor and Aggregator details are passed for every transaction, ensuring accurate billing and statement descriptors for cardholders.

How it works

When configuring the Cybersource connector, the required Aggregator and Sub-merchant details can now be mapped. The connector will automatically map these to the correct aggregatorInformation and merchantInformation fields in the Cybersource API payload.For more information, please refer to the Cybersource documentation.
2025-11-27
Feature

Fiserv CardPointe connector

A new connector to support Fiserv CardPointe has been added, expanding connectivity with Fiserv’s ecosystem of payment solutions.

What’s new?

  • Fiserv CardPointe Support: A new integration to the CardPointe Gateway, a comprehensive payment platform owned by Fiserv (formerly First Data). CardPointe is widely used by merchants for its robust terminal management, virtual terminal capabilities, and unified reporting across payment channels.
  • Seamless Integration: This connector allows merchants to process card payments directly through the CardPointe API using their existing credentials.
  • Full Transaction Lifecycle: The connector supports all standard card processing operations, including authorizations, captures, voids, and refunds.

Why it matters

This connector is critical for merchants who maintain their own Merchant of Record (MOR) status and bring their own gateway relationships—often with Fiserv—to their platform.Instead of forcing a migration to a new provider, businesses can simply plug their established CardPointe credentials into the Gr4vy ecosystem, preserving their financial infrastructure while gaining the benefits of payment orchestration.

How it works

To use this connector, merchants can simply select Fiserv CardPointe from the connector list in the dashboard and enter their CardPointe credentials. Once configured, card transactions can be routed to this connector using existing payment flows.For more information, please refer to the CardPointe documentation.
2025-11-21
Enhancement

ISO response codes & smarter retries

The transaction processing engine has been upgraded to capture and utilize raw ISO8583 response codes, significantly improving the accuracy of retry logic for card payments.

What’s new?

  • New Data Field: A new field, iso_response_code, has been added to transaction data, storing the raw response code returned by the acquirer (e.g., 05, 51) directly from the authorization response.
  • Connector Updates: Major card connectors (including Stripe, Mastercard, Braintree, Cybersource, Adyen, and others) have been updated to pass this raw code back to Gr4vy whenever it is provided by the PSP.
  • Optimized Retry Logic: The retry logic now uses this ISO code as the primary “source of truth.”

Why it matters

Previously, retry logic relied on mapping PSP-specific response codes to generic Gr4vy error codes. While effective, this “mapping of a mapping” could sometimes obscure the true reason for a decline.By capturing the raw ISO8583 code, definitive decisions can be made about whether a transaction should be retried. This optimization, a strategy recommended by industry leaders like Google, ensures:
  • Stop Futile Retries: Instantly identify “hard declines” (like a stolen card or closed account) that should never be retried, saving processing resources.
  • Maximize Approvals: Accurately identify “soft declines” (like temporary system outages) that are safe and likely to succeed on a retry.

How it works

This update happens automatically in the backend. When a transaction is processed:
  1. Check: The system checks if the connector returns an iso_response_code.
  2. If present: The specific code is evaluated to determine if the error is retriable. If the code indicates a hard decline (or if the connector explicitly flags skip_retry=true), processing stops immediately. If it indicates a temporary issue, the retry proceeds.
  3. If absent: The system falls back to existing retry logic based on standard mapped error codes.
This logic is now active for all merchants using the updated card connectors.
2025-11-19 (2)
Enhancement

Enhanced filtering capabilities

The filtering experience on the dashboard transactions page has been overhauled with multi-select capabilities and standardized UI across key filters.

What’s new?

Multi-select capabilities have been introduced to the Connection and Payment method columns, matching the behavior of the Status column. Additionally, the UI has been standardized across these filters to include “Clear all” and a search feature.

Why it matters

Previously, managing complex data views was cumbersome for merchants with multiple connections or diverse payment methods. This update aligns the behavior of the most critical filters, allowing for faster drill-downs into specific data sets and providing a quick way to reset views without manually unchecking individual items.

How it works

When viewing the transaction table on the dashboard:
  1. Filter: Click on the filter icon for Status, Payment method, or Connection.
  2. Multi-select: Use the checkboxes to select one or multiple items from the list.
  3. Search: Use the search bar within the dropdown to find specific connections or methods quickly.
  4. Bulk Actions: Use the new “Clear all” buttons at the top of the dropdown to instantly reset your selection.
This update is for all dashboard users, particularly those managing operations across multiple connections or analyzing specific subsets of payment methods.
2025-11-19
Feature

Chase settlement reporting

Support for ingesting Chase settlement files directly into the Gr4vy standardized settlement report has been added. This integration specifically handles Chase’s Delimited File Reports (DFR), processing transaction-level data for settlements and refunds automatically.

What’s new?

The system automatically retrieves files via Chase EFT (NetConnect Batch Interface) and processes them into standardized reports:
  • Transaction Coverage: The integration captures Deposits (Action code DP) and Refunds (Action code RF).
  • File Parsing: Specifically targets the ACT0010 (Settlements) and ACT0002 (Settlement failures) file types within the daily batch.
  • Currencies: The system currently maps settlement currency directly to gross and net currency (supporting USD and CAD).

Why it matters

Merchants using Chase can now automatically see their settled transactions within the Gr4vy platform. By normalizing Chase’s complex file formats (specifically handling the multi-report structure of ACT files) into a standardized schema, the need for manual spreadsheet combining and formatting is eliminated. This ensures a consistent financial view across different payment providers.

How it works

Settlement data is automatically pulled from Chase and made available through the Gr4vy dashboard, allowing merchants to view settlement details alongside their transaction data.Note: Chargebacks and other journal types are currently out of scope. This integration relies on the daily DFR file creation frequency.For more information on enabling Chase settlement reporting or to learn more about field mapping, please refer to the Chase settlement documentation or contact a support representative.
2025-11-13
Feature

Direct APM integrations

A new way to process Alternative Payment Methods (APMs) has been launched that completely eliminates the need for redirects. This powerful feature gives merchants the ability to embed APM experiences, like widgets or SDKs, directly into their own checkout pages and native mobile applications.

The problem with redirects

Previously, most APM transactions required a redirect to a Gr4vy-hosted page. This flow added friction, which can lead to customer drop-off. For merchants with native mobile apps, this experience was often disjointed, forcing users to “context switch” between the app and a web browser, sometimes breaking the payment flow entirely.

What’s new: The “Direct Integration” flow

“Direct Integration” keeps the user on the merchant’s site or in their app for the entire checkout process, dramatically improving conversion and customer experience.Here’s how the new flow works:
  1. Initiate Transaction: When creating a transaction, merchants can now pass an integration_client parameter with a value of web, android, or ios (instead of the default redirect).
  2. Get Session Token: For any of these values, the Gr4vy API will return a session_token in the response, indicating that a direct integration session has been started.
  3. Fetch Session Data: From the client-side (website or mobile app), merchants can call the new POST /transactions/{id}/session endpoint, passing the session_token.
  4. Render Widget: The API responds with the specific data (e.g., keys, session IDs) required to initialize the APM’s own native widget or SDK. Merchants can then render the APM’s payment experience directly within their own UI.
This new method gives merchants complete control over the checkout UI while eliminating jarring redirects, resulting in a seamless, secure, and higher-converting payment flow.

Available now: Trustly direct

This new Direct Integration flow is immediately available for the Trustly connector. Merchants can now embed the Trustly Lightbox directly on their checkout page.For a complete guide on how to implement this, please refer to the Trustly Direct Integration documentation.This “Direct Integration” capability will be rolled out to other APMs in the near future.
2025-11-10
Feature

SPEI via Monato

A new connector for Monato (formerly known as Finch) has been launched, enabling the processing of SPEI payments, a popular real-time bank transfer system in Mexico.

What’s new?

  • New Connector for Monato: A new connector has been added to the platform to integrate with the Monato payment service.
  • SPEI Payment Support: This connector is specifically designed to process SPEI (Sistema de Pagos Electrónicos Interbancarios) transactions. This is a “push payment” method, where the customer is provided with details to complete the payment from their own bank account.
  • Flexible Approval URL: To provide merchants with greater control over the customer experience, this connector allows a custom approval URL to be set either as a credential or as a connection option, similar to capabilities in other connectors.

Why it matters

Expanding payment method coverage in key markets is a high priority. This new connector gives merchants a new choice for processing SPEI payments in Mexico, allowing them to offer a popular and trusted local payment method.

How it works

The Monato connector supports sale (direct capture) transactions. When a payment is initiated, the connector returns the necessary SPEI payment details for the customer. The customer then uses these details to “push” the payment from their bank. The system relies on webhooks from Monato to receive a final confirmation and update the transaction status to “succeeded” once the funds are received.For more information, please refer to the Monato documentation.
2025-11-06
Feature

Anti-Fraud Silent Mode

You can now run anti-fraud services in “silent mode” (also known as “shadow mode”). This powerful feature allows you to test new anti-fraud providers or warm up machine learning models without impacting live transaction decisions.

What’s new?

  • Active vs Silent: Designate one anti-fraud service as “active” (its decision controls transaction flow) and run any number of additional services in “silent mode” (decisions recorded but not enforced).
  • Asynchronous Processing: Silent mode checks happen in the background with zero impact on checkout performance.
  • Full Visibility: Silent service decisions appear as separate events on transaction timelines, allowing side-by-side comparison with your active service.

Why it matters

  • Risk-Free Testing: Compare new anti-fraud providers against your current solution using real transaction data.
  • Model Warm-Up: Machine learning-based fraud services perform better when trained on live data. Silent mode lets you warm up new services for weeks or months before activation.
  • Zero Impact: Because processing is asynchronous, customer checkout experience remains fast and unaffected.

How it works

From the anti-fraud configuration page in your dashboard, toggle each service as “active” or “silent”. You can run multiple silent services alongside one active service. The active service makes binding decisions; silent services provide comparative data for analysis.
2025-10-27
Enhancement

Additional Level 2 & Level 3 Data Support

The platform now supports additional Level 2 (L2) and Level 3 (L3) data fields for card transactions, enabling significant cost savings for B2B and B2G merchants.

What’s new?

New API fields capture granular L2 and L3 data, passed through to supported connectors including Braintree, Stripe, Cybersource, and Moneris:
  • L2 data: merchant_tax_id, purchase_order_number, customer_reference_number, tax_amount, duty_amount, shipping_amount
  • L3 data: tax_exempt, description, duty_amount, shipping_amount

Why it matters

Card networks like Visa and Mastercard offer significantly lower interchange rates for transactions that include detailed L2/L3 information:
  • Reduce Processing Costs: Qualify for lower interchange fees on B2B/B2G transactions
  • Reduce Fraud & Chargebacks: Additional data provides greater transparency and validation
  • Improve Reporting: Provide corporate and government clients the detailed data required for accounting and expense management

How it works

Include the new L2/L3 fields in your transaction requests via the API. The platform automatically maps and forwards this data to supported acquiring connectors. Some connectors require feature flags to enable forwarding, ensuring live merchants aren’t affected by this change.
2025-10-23
Feature

Chargeback Visibility via Settlement Reports

Chargebacks ingested via settlement reports are now visible in the dashboard with new API endpoints and filtering capabilities.

What’s new?

  • Dashboard Integration: Chargebacks ingested via settlement reports now appear in your dashboard
  • Quick Filter: New “disputed” filter on the transaction dashboard shows all transactions with chargebacks or chargeback reversals
  • API Endpoints: Separate endpoints for chargebacks and chargeback reversals
  • Transaction Association: Chargebacks are separate entities (similar to settlements) attached to transactions, not transaction statuses

Why it matters

You can now centrally view and track chargebacks for all connectors with settlement reporting support, simply by configuring settlement for those connectors. This provides a unified view of disputed transactions across all payment processors.

How it works

When settlement reporting is enabled for supported connectors, chargeback and chargeback reversal records are automatically ingested and displayed in your dashboard. Use the “disputed” quick filter to see all affected transactions in one list.

Limitations

This feature does not send webhooks (settlement webhooks are not available). For more reliable chargeback notifications, integrate directly with card schemes or handle via PSP webhooks.For more information, see the Disputes API reference.
2025-10-21
Feature

Fiserv PayFac Support

The Fiserv connector now supports Payment Facilitator (PayFac) processing, enabling merchants who operate as PayFacs to process payments on behalf of their sub-merchants.

What’s new?

  • PayFac API Integration: Full support for Fiserv’s PayFac API, providing a robust and compliant payment processing solution for Payment Facilitators
  • Payment Facilitator Data: Pass additional data fields required for PayFac models, including paymentFacilitator information and sub-merchant details
  • Zero-Dollar Authorizations: Corrected implementation for zero-dollar authorizations, essential for card verification and tokenization

Why it matters

Payment Facilitators have different processing needs than standard merchants. This upgrade enables PayFac merchants to leverage Fiserv’s platform correctly, processing transactions on behalf of sub-merchants in a compliant and efficient manner with all necessary data passed through to Fiserv.

How it works

This upgrade to the existing Fiserv connector allows merchants registered as Payment Facilitators with Fiserv to take advantage of these new capabilities. During transaction processing, the connector correctly formats and includes required PayFac data in API requests to Fiserv, along with sub-merchant information.
2025-10-17
Feature

UPI connector via dLocal

Support for Unified Payments Interface (UPI), a real-time payment system widely used in India, is now available through the dLocal connector. This integration enables merchants to offer a popular payment method for customers making transactions in Indian Rupees.

What’s new?

UPI has become India’s dominant digital payment method, enabling customers to make instant bank transfers using a mobile app. By adding UPI support through dLocal, merchants can now offer this preferred payment method to Indian customers, improving conversion rates and providing a seamless checkout experience.

Why it matters

  • Market Expansion: UPI is the fastest-growing payment method in India, making it essential for merchants targeting the Indian market.
  • Increased Conversion: Offering UPI at checkout reduces friction for customers familiar with this payment method, leading to higher conversion rates.
  • Regulatory Compliance: The integration includes support for PAC-B regulations in India, which may require tax identification for transactions above a certain threshold.

How it works

Customers select UPI at checkout, are redirected to authorize the payment through their preferred UPI app, and are returned to the merchant’s site upon completion.For more information on configuring and using the dLocal UPI connector, please refer to the documentation.
2025-10-16
Feature

Recurring UPI Payments via dLocal

The dLocal connector now supports recurring payments (subscriptions) for UPI (Unified Payments Interface), enabling subscription-based services for customers in India.

What’s new?

  • Recurring UPI Mandates: Customers can authorize recurring payments via UPI, creating a mandate for future automated debits
  • Seamless Subscription Billing: Automated billing cycles for subscription-based services and products in the Indian market
  • Automated Payment Flow: After initial authorization, future payments are processed automatically with 24-hour advance notification to customers

Why it matters

India is a rapidly growing market for subscription services. Enabling recurring UPI payments provides a powerful tool to tap into this market with a frictionless payment experience using customers’ preferred payment method, leading to higher conversion rates and improved retention.

How it works

For the first payment, customers select UPI and are redirected to their UPI app to approve the transaction and authorize a recurring payment mandate by entering their UPI PIN. For all future payments, dLocal automatically notifies the customer 24 hours in advance, then debits the account after the notification period. No further action is required from merchant or customer.For detailed implementation guidance, see the dLocal UPI documentation.
2025-10-14
Feature

BlueSnap Card Connector

A new BlueSnap card connector is now available, providing another option for processing credit and debit card payments with global coverage.

What’s new?

The new BlueSnap connector supports:
  • Global Coverage: Payment processing from all over the world
  • Recurring Payments: Easy setup and management of subscription-based payments
  • 3D Secure: Extra layer of security for online transactions
  • Anti-Fraud: Built-in fraud prevention capabilities

Why it matters

This connector provides more flexibility and choice for processing card payments. By supporting recurring payments, 3D Secure, and anti-fraud capabilities, it gives merchants the tools needed to grow their business globally.

How it works

Add BlueSnap as a new payment service in your dashboard and configure your API keys. For more information, see the BlueSnap connector documentation.
2025-10-09
Feature

Settlement reporting: dLocal

Settlement reporting for dLocal is now available, providing merchants with comprehensive end-to-end reconciliation for their dLocal cross-border settlements. This integration enables merchants to track settlement timelines, reconcile transactions, and ensure accurate financial reporting.

What’s new?

Merchants using dLocal can now access detailed settlement reports through the Gr4vy settlement report feature. The reports include information on when funds are transferred, amounts settled, and any associated fees or adjustments.

Why it matters

  • Accurate Reconciliation: Merchants can easily match their transaction records with settlement data, simplifying financial reconciliation processes.
  • Financial Visibility: Gain detailed insights into settlement timelines and amounts, enabling better financial planning and forecasting.
  • Operational Efficiency: Streamlined reporting reduces manual reconciliation work and improves accuracy.

How it works

Settlement data is automatically pulled from dLocal and made available through the Gr4vy dashboard, allowing merchants to view settlement details alongside their transaction data.For more information on enabling dLocal settlement reporting or to learn more about field mapping, please refer to the dLocal settlement documentation or contact a support representative.
2025-10-08
Feature

Klarna connector upgrade

The Klarna connector has been significantly upgraded by migrating it to our new connector framework. This migration unlocks powerful new features and improvements for merchants offering Klarna’s buy-now-pay-later solution.

What’s new?

This upgrade introduces all the major enhancements provided by our new connector framework, delivering more flexibility and data-rich transactions. The key addition is support for tokenized recurring payments, enabling merchants to process repeat transactions with stored Klarna payment tokens.

Why it matters

  • Recurring Payments: Merchants can now process subscription and recurring payment use cases with Klarna, expanding their business models.
  • Enhanced Data: Transactions now include richer data, providing better insights into payment flows and customer behavior.
  • Framework Benefits: The migration brings all the improvements inherent to our new connector framework, ensuring consistency and reliability across platforms.

How it works

Merchants can tokenize Klarna payment methods and use these tokens for subsequent recurring transactions. The process is streamlined by the new connector framework, which handles the complexity of recurring payment processing in the background.For more information on configuring and using the upgraded Klarna connector, please refer to the Klarna documentation or contact a support representative.
2025-10-06 (2)
Feature

Insights Dashboard: Authentication Tab

The insights dashboard now includes an Authentication tab providing deep visibility into your Strong Customer Authentication (SCA) and 3D Secure (3DS) processes.

What’s new?

A dedicated Authentication tab that allows analysis of:
  • Where authentications occur and their outcomes
  • Issuer behaviors and liability shift implications
  • Impact of your 3DS/SCA rules on conversion
  • Friction points in the checkout process

Key capabilities

  • Cross-filter feature to deep dive across multiple variables
  • Same presets, sharing, and download capabilities as other insights tabs
  • Understand the impact of authentication rules on transaction conversion

How it works

Navigate to the Insights dashboard and select the “Authentication” tab to analyze your 3DS and SCA data. For detailed information on data interpretation, see the Authentication Insights documentation.
2025-10-06
Feature

Insights Dashboard Presets

The insights dashboard now supports presets, allowing you to save and share filtered views of your payment data.

What’s new?

  • Save Presets: Store your selected filters as named presets linked to your merchant account
  • Preset Menu: Access saved presets from a dropdown for quick switching between views
  • Manage Presets: Delete presets you no longer need
  • Share Data: Share preset links with team members for collaborative analysis
  • Download Data: Export filtered data as an Excel file for external analysis

Why it matters

Presets enable faster analysis by letting you save commonly used filter combinations, improving collaboration by allowing easy sharing of specific data views, and facilitating easier reporting and data export workflows.

How it works

Configure your filters in the Insights dashboard, then save them as a preset from the presets menu. Access saved presets anytime to quickly apply the same filters. Share preset links with colleagues or download the data directly to Excel.For more details, see Insights dashboard presets documentation.
2025-09-25 (2)
Feature

iDEAL via Buckaroo Connector

A new iDEAL connector via Dutch PSP Buckaroo is now available, providing another option for accepting iDEAL payments in the Netherlands.

What’s new?

The new Buckaroo iDEAL connector supports:
  • iDEAL 2.0: Modern issuer selection on a hosted page for a seamless, secure checkout experience
  • Direct Captures: Immediately capture funds after authorization
  • Full & Partial Refunds: Flexible refund management
  • Deep Links: Redirect customers to mobile apps after successful payment

Why it matters

iDEAL 2.0 provides a more streamlined and secure payment experience compared to older versions. Direct capture support and flexible refunds give merchants greater control over their transactions.

How it works

Add Buckaroo as a new payment service in your dashboard and configure your API keys. For configuration and integration guidance, see the iDEAL via Buckaroo documentation.
2025-09-25
Enhancement

Stripe Card Connector API Upgrade

The Stripe card connector has been upgraded to use the latest Stripe APIs, delivering improved performance, security, and reliability.

What’s new?

  • Enhanced Digital Wallets Flow: Improved processing for digital wallet transactions
  • Better Network Token Support: Streamlined network token handling
  • More Efficient API Integration: Optimized communication with Stripe’s latest APIs

Why it matters

  • Improved Performance: Faster and more efficient APIs result in quicker transaction processing
  • Enhanced Security: Latest APIs include additional security enhancements protecting against fraud
  • Better Reliability: More stable with fewer errors, ensuring consistent service
  • Future-Proof: Ensures access to new Stripe features and capabilities as they’re released

How it works

This upgrade has been rolled out using a gradual, versioned approach with per-environment staging. This allowed testing and validation across merchant accounts without disrupting service, ensuring all accounts are properly configured for the new features.
2025-09-23
Feature

Sardine Anti-Fraud Connector

The first release from our Incentivized Development Team! A new Sardine anti-fraud connector is now available, providing merchants with access to Sardine’s powerful fraud and compliance platform.

What’s new?

  • Device Fingerprinting: Advanced device intelligence and behavioral biometrics for enhanced transaction security
  • Review Queue & Webhooks: Manage suspicious transactions directly from Sardine dashboard with real-time notifications
  • Post-Transaction Events: Send transaction events to Sardine for improved fraud scoring and customer journey insights

Why it matters

  • Reduced Fraud: AI-powered platform helps reduce fraud losses and automate manual review processes
  • Improved Compliance: Meet compliance obligations and reduce money laundering risks
  • Enhanced Customer Experience: Reduce friction and false positives for smoother checkout

How it works

Add Sardine as an anti-fraud service in your dashboard and configure your API keys. For implementation guidance, see the Sardine anti-fraud documentation.
2025-09-18 (2)
Feature

Chase Orbital Connector Upgrade

The Chase Orbital connector has been upgraded to our latest framework and re-certified by JPMC, bringing it in line with modern payment processing standards.

What’s new?

  • Network Token Support: Improved authorization rates and reduced fraud risk
  • Digital Wallets: Apple Pay and Google Pay support for more payment options
  • Modern Framework: Migration to latest platform framework with enhanced capabilities

Why it matters

This upgrade brings the Chase Orbital integration to feature parity with modern connectors and enables settlement reporting in the near future.

How it works

The upgrade is available now for all merchants using Chase Orbital. For more details, see the Chase Orbital documentation.
2025-09-18
Feature

PSE via Nuvei Connector

A new PSE (Pagos Seguros en Línea) connector via Nuvei is now available, providing access to real-time bank transfers in Colombia.

What’s new?

  • Real-time Bank Transfers: Secure, real-time payments directly from customer bank accounts
  • Wide Bank Coverage: Supported by a large number of Colombian banks
  • Secure Authentication: Customers authenticate directly in their banking environment

Why it matters

PSE is a popular and trusted payment method in Colombia, a key market in Latin America. Offering PSE can increase conversion rates and expand your customer base in the region.

How it works

Add Nuvei PSE as a payment service in your dashboard and configure your API keys. For implementation guidance, see the PSE via Nuvei documentation.
2025-09-16
Feature

3DS: Failover orchestration

The 3D Secure (3DS) infrastructure has been upgraded with an intelligent failover orchestration layer and multi-provider support. This upgrade benefits all merchants requiring 3DS authentication.

What’s new?

  • New 3DS Server: Enhanced multi-provider support with modern 3DS protocols (2.3 and above) and broader scheme coverage, including EFTPOS.
  • Failover Orchestration: An intelligent orchestration layer routes 3DS requests between multiple providers, automatically failing over to ensure continued service availability if one provider experiences issues.
  • Provider Preference: Gr4vy can configure a preferred 3DS provider for each instance, providing more control over 3DS setup and enabling merchants to leverage specific features of each provider.

Why it matters

  • Improved Reliability: The failover orchestration makes the 3DS service more resilient to outages.
  • Enhanced Scheme Support: Access to a wider range of 3DS schemes, including EFTPOS and Cartes Bancaires, is critical for merchants in Australia and France.
  • Future-Proofing: Support for the latest 3DS protocols ensures compatibility with new features and security enhancements.

How it works

In production, a primary 3DS provider is configured with a secondary provider as fallback. Sandbox environments may use different configurations to preserve existing test setups.For more information on 3DS configuration, please refer to the 3DS documentation or contact a support representative.
2025-09-15
Feature

3DS support for Cartes Bancaires

To meet regional payment requirements, 3D Secure (3DS) support for Cartes Bancaires transactions has been added. This is a key feature for any merchant processing payments in France.

What’s new?

Merchants can now enable 3DS for Cartes Bancaires, France’s local card scheme. This includes support for co-badged cards, where a card features both the Cartes Bancaires logo and an international scheme like Visa or Mastercard.

Why it matters

  • Increased Security: 3DS adds an extra layer of authentication, protecting merchants from fraudulent transactions and reducing chargeback risk.
  • Regulatory Compliance: Offering 3DS is a key requirement for processing payments in Europe and ensures merchants can meet their obligations when serving French customers.
  • Improved Customer Trust: Displaying the Cartes Bancaires logo and offering a secure 3DS flow increases customer confidence, leading to higher conversion rates.

How it works

3DS for Cartes Bancaires is processed through our 3DS infrastructure, ensuring all transactions route through a supported provider. Merchants can enable this feature in their dashboard.For more information, please refer to the 3DS documentation or contact a support representative.
2025-09-11 (2)
Feature

Postal Code Field in Secure Fields

A new optional postal code field is now available in Secure Fields for improved authorization rates through Address Verification Service (AVS) checks.

What’s new?

  • Optional Postal Code Field: Dedicated input for secure postal/zip code collection
  • Flexible Configuration: Can be marked as required or optional
  • Supported in Multiple Scenarios: Works with new cards and stored card CVV re-entry

Why it matters

  • Higher Authorization Rates: Postal code is critical for AVS checks, significantly improving authorization success
  • Reduced Friction: Fewer payment declines means smoother checkout experience
  • Secure Collection: PCI-compliant data collection reduces compliance scope

How it works

Initialize the postal_code field when setting up Secure Fields in your checkout. The collected postal code is securely stored and automatically passed as part of buyer billing details during transactions.For integration details, see the Secure Fields documentation.
2025-09-11
Feature

PANTsights BIN Service Fallback Mechanism

Enhanced BIN service (PANTsights) with improved fallback mechanisms and pattern matching for more reliable card scheme identification.

What’s new?

  • Delta Validation: Failsafes prevent application of faulty BIN file changes with excessive deltas
  • Pattern Matching: Rudimentary pattern matching for when BIN lookup fails, ensuring transactions proceed with main scheme
  • Provider Verification: Issues with large deltas trigger verification requests to BIN data provider

Why it matters

  • Improved Reliability: Fallback mechanisms ensure card transactions process even with incomplete or faulty BIN data
  • Reduced Failures: Pattern matching resolves ERP system issues for many merchants
  • Data Integrity: Validation gates prevent bad BIN updates from affecting transaction processing

How it works

When a card BIN cannot be conclusively identified from BIN files, pattern matching attempts to determine the main card scheme, allowing transactions to proceed reliably.
2025-09-11
Feature

Secure Fields: postal code support

To help merchants increase their authorization rates, a new, optional postal_code field has been added to the Secure Fields solution. This feature allows for the secure collection of a buyer’s postal or zip code directly within the checkout form.

What’s new?

Merchants can now include a dedicated postal_code input as part of their Secure Fields integration. This field can be used in two key scenarios:
  • New Cards: When a customer is entering the details for a new card.
  • Stored Cards: When a customer is using a stored card and is only required to re-enter their CVV.
When initialized, the postal code field can be configured as a required field, ensuring that this valuable data is collected before the payment is processed.

Why it matters

Adding a postal code field provides a significant advantage for merchants looking to optimize their payment success rates.
  • Higher Authorization Rates: The postal code is a critical component of Address Verification Service (AVS) checks. Including it in a transaction significantly increases the likelihood of a successful authorization from the issuing bank.
  • Improved Customer Experience: By collecting the postal code upfront, merchants can reduce payment declines and the friction associated with failed transactions, leading to a smoother checkout process for their customers.
  • Secure Data Collection: Like all Secure Fields, the postal code field isolates sensitive data from the merchant’s environment, helping to reduce their PCI compliance scope while still collecting the necessary information.

How it works

To implement this feature, merchants can initialize the new postal_code field when setting up Secure Fields in their checkout. The collected postal code is then securely stored in the checkout session and automatically passed as part of the buyer’s billing details during the transaction. For more information on how to integrate the postal code field, please refer to the Secure Fields quick-start guide.
2025-09-08
Feature

Adyen: auto-rescue cancellation

To give merchants more control over pending payments, the ability to cancel a transaction in progress has been introduced, if the connector supports it. The first connector added to this is the Adyen card connector, where a merchant can now cancel an auto-rescue attempt.

What’s new?

Previously, once a transaction was marked for auto-rescue by Adyen, there was no way to stop the subsequent retry attempts performed by Adyen, leaving the transaction in a processing state. This could lead to unnecessary declines if a customer had already provided a new payment method.Now, merchants can use the dashboard, or the new POST /transactions/{transaction_id}/cancel endpoint, to stop a pending auto-rescue attempt. This requests to cancel the retry schedule in Adyen, and once cancelled, updates the transaction status in Gr4vy to authorization_failed with a cancelled error code.

Why it matters

This is a critical feature for any merchant that manages recurring payments or subscriptions.
  • Improved Customer Experience: Merchants can now prevent unnecessary declines on an old card when a customer has already provided a new one. This avoids confusing payment failures and reduces customer churn.
  • Increased Control: This new endpoint gives merchants more granular control over the payment lifecycle, allowing them to intervene in automated processes when necessary.

How it works

When a transaction is in a processing, capture_pending, or buyer_approval_pending state, and the connector supports cancellation, a merchant can now use the dashboard, or make a call to the new cancel endpoint API. This sends a request to Adyen to cancel the auto-rescue, which asynchronously updates Gr4vy once the cancellation was completed.This feature is currently available for Adyen card transactions. For more information, please refer to the Adyen developer documentation.
2025-09-03
Feature

Moneris connector

Expansion into the Canadian market continues with a new direct integration with Moneris, one of Canada’s leading payment processors. Moneris is a joint venture between RBC and BMO, and it processes more than 3 billion transactions a year for over 350,000 merchants across North America. As the largest payment processor in Canada, Moneris is a critical partner for any merchant looking to grow their business in the region.

Why it matters

  • Canadian Market Expansion: This integration provides merchants with a direct connection to a key player in the Canadian payments landscape, enabling them to offer a seamless and trusted payment experience to their Canadian customers.
  • Enterprise-Ready: Built to the specifications of a global events leader, this connector is ready to support high-volume, complex payment needs.
  • Digital Wallet Support: The connector supports decrypted Apple Pay and Google Pay, allowing merchants to offer a frictionless checkout experience to their customers.

Integration details

The initial version of the Moneris connector supports card payments and includes support for most card payments including the unified 3DS server and Apple Pay and Google Pay. For more information on how to configure and use the Moneris connector, please refer to the developer documentation.
2025-08-21
Feature

Nuvei: Przelewy24 connector

Przelewy24 (P24) has been expanded through the Nuvei connector, now available for European payment method coverage. This is a key addition for any merchant looking to increase sales in Poland.

What’s new?

Przelewy24 is the most popular online payment method in Poland, allowing customers to pay for purchases using secure, real-time bank transfers. By offering Poland’s most trusted payment method, merchants can significantly reduce friction at checkout and increase conversion rates for Polish customers.

Why it matters

Bank transfers are the dominant form of online payment in Poland, making Przelewy24 an essential option for success in this market. By enabling this payment method through the existing Nuvei connection, it is simple for merchants to cater to local payment preferences without requiring any new integration work.

How it works

  • The customer payment flow is simple and secure:
  • At checkout, the customer selects Przelewy24.
  • They are redirected to the Przelewy24 page to choose their bank.
  • The customer logs into their online banking portal to authorize the payment.
  • Once authorized, they are redirected back to the merchant’s site.
For more information on how to configure and use the Nuvei Przelewy24 connector, please refer to the documentation.
2025-08-09
Feature

Kount: KHASH token connector

A new utility connector has been launched for merchants who use Kount, an industry-leading, AI-driven fraud prevention platform. This connector provides a simple, secure way to generate a Kount-specific hash for a card number.

What’s new?

To perform advanced fraud analysis, Kount’s services often require a proprietary, one-way, irreversible hash of the card number, known as a KHASH. This allows Kount to identify a card across its global network without exposing the sensitive card number itself.The new Kount KHASH connector is a utility that does one job: it securely accepts raw card details and returns the corresponding KHASH. This connector does not process payments or make fraud decisions; it is a tool to enable your own integration with Kount’s powerful Risk Inquiry Service (RIS).

Why it matters

This connector provides a secure and streamlined way to integrate Kount into your payment flows.
  • Reduce your PCI Scope: Generate a KHASH without having the raw card number reach your servers, simplifying your security and compliance obligations.
  • Simplify Kount Integration: Easily get the required KHASH to use in your own server-side calls to Kount’s fraud analysis APIs.
  • Enable Flexible Workflows: Use Kount’s fraud tools independently of your payment processor, allowing you to build sophisticated, multi-step fraud and payment workflows.

How it works

The Kount KHASH connector is configured as a new service in your Gr4vy administrator panel.
  • Configure: add the connector and enter your Kount Merchant ID.
  • Call the Connector: when you need to perform a fraud check, send the raw card details (card number, expiration date, etc.) to the Kount KHASH connector via the API.
  • Receive the KHASH: the connector returns the generated KHASH.
  • Use with Kount: you can now use this KHASH in your own server-side API calls to Kount’s Risk Inquiry Service (RIS) to get a fraud score before proceeding with a payment.
For more information on how to configure and use the Kount KHASH connector, please refer to the documentation.
2025-08-08
Change

Changes to transactionCreated event in Embed and mobile SDKs

The payload for the transactionCreated event raised by Embed is being changed to contain less data. This change rolls out to all merchants during the regular release cycle.

Background

The Embed SDK for web, iOS, and Android provides a way to listen to a transaction being created. On web, Embed has an event handler called onEvent(). This parameter allows you to listen to a transactionCreated event, which is raised when a transaction completes.
setup({
  onEvent: (name, data) => {
    if (name === "transactionCreated") {
      // inspect data
    }
  },
});
Currently, in each of these SDKs these events can include a data payload that contains most of the transaction details.
{
  "type": "transaction",
  "id": "7099948d-7286-47e4-aad8-b68f7eb44591",
  "reconciliation_id": "default",
  "merchant_account_id": "default",
  "currency": "EUR",
  "amount": 1299,
  "status": "authorization_succeeded",
  "authorized_amount": 1299,
  "captured_amount": 1299,
  "refunded_amount": 0,
  "settled_currency": "USD",
  "settled_amount": 1100,
  ...
}

Changes

With this change, the new data payload will be reduced to return just the ID, status, and depending on the SDK the type and success state (React Native).
{
  "type": "transaction",
  "id": "7099948d-7286-47e4-aad8-b68f7eb44591",
  "status": "authorization_succeeded"
}

Impact

Please check if you are expecting this data to include all the parameters. For example, your code might perform a check to see if the authorized_amount > 0.Instead, please move this logic to your server side, and call the GET /transactions/:id API using the ID provided in this payload.
2025-08-04
Enhancement

Richer error responses for refunds

Following our recent update to provide better error details for voids and captures, we’ve now extended this same functionality to refunds. You can now get actionable, programmatic insight into why a refund attempt has failed.

What’s new?

Previously, when a POST /transactions/{id}/refunds request failed, the API would return a generic error, and the exact reason for the failure could only be found by checking the transaction details in the Gr4vy dashboard.Now, when a refund fails, the API error response includes the same rich error details that are provided for other failed payment actions. The response body contains:
  • error_code: a standardized Gr4vy error code.
  • raw_response_code: The raw error code from the payment service provider.
  • raw_response_description: The raw, human-readable error message from the provider.
In addition, the reason for the failure is now clearly displayed in the dashboard, making it easier for support teams to diagnose issues quickly.

Why it matters

This enhancement gives direct, programmatic access to the outcome of refund attempts. Instead of relying on manual checks, systems can now automatically handle failures by:
  • Triggering alerts for specific error codes that require manual intervention.
  • Improving internal dashboards with clear reasons for refund failures.
  • Streamlining support workflows by providing immediate context for failed refunds.
This ultimately reduces manual overhead and allows for more resilient refund and reconciliation processes.

How it works

This is not an opt-in change. The new error fields are now returned automatically in the error response body for any failed refund request. No changes are required to existing integrations to benefit from this feature.
2025-07-31
Enhancement

True Native Mobile SDKs for iOS & Android

The first phase of brand-new, truly native SDKs for iOS (Swift) and Android (Kotlin) is now available. This marks a significant evolution from previous web-view-based SDKs, giving the power to build a completely custom, seamless, and fully branded checkout experience directly within mobile applications.

What’s new?

While existing mobile SDKs provide a quick way to get started using a web view, more control and a deeper integration with app native user experience is often desired. This release, the first phase of many, offers a set of API helper libraries. These SDKs do not provide any UI components. Instead, they give developers the tools to build their own checkout UI while Gr4vy handles the complex API interactions securely in the background. The initial version of the new SDKs for iOS and Android includes helpers to:
  • Initialize the SDK: Securely configure and connect to the Gr4vy API.
  • List Payment Options: Fetch the payment options available for a specific transaction.
  • Tokenize Card Details: Securely send card data to the Gr4vy vault using a checkout session, without the data hitting your servers.
  • List Stored Payment Methods: Fetch the vaulted payment methods for a known buyer.
  • Get Card Details: Fetch card metadata, like the scheme, based on the BIN.

Why it matters

This is a major step forward for mobile commerce on Gr4vy. Ultimate flexibility is now available to design and implement a checkout experience that perfectly matches brand look and feel, without being limited to a web-based flow. This can lead to a better user experience and higher conversion rates. By building a custom UI, more control is available, but it also means PCI compliance obligations must be considered. The SDKs ensure sensitive card data is tokenized directly with the vault, but reviewing PCI SAQ scope as part of implementation is recommended.

What’s next?

This is just the beginning of investment in the native mobile experience. The roadmap includes support for 3DS, APMs, and additional pre-built components. To get started, check out the new Swift and Kotlin SDKs on GitHub. Three sample client apps for SwiftUI, UIKit, and Kotlin have also been released to allow for a quick exploration of the SDK features.
2025-07-30
Feature

Update Transaction Data

A powerful new feature has been released that allows transaction data to be updated after a transaction has been created. This provides a crucial new level of flexibility for data management.

What’s new?

Previously, transaction data was largely immutable and could only be updated by the internal system during payment processing or via webhooks. This meant that simple updates, like adding an order ID for reconciliation, were not possible. To solve this, a new API endpoint, PUT /transactions/{id}, has been introduced that allows for direct updates to specific fields on a transaction resource.

How it works

A merchant can now programmatically update a transaction’s external_identifier, metadata, and connection_options. This is perfect for adding an internal order ID after a payment is authorized or for enriching a transaction with metadata required for a reconciliation process.To update a transaction, make a PUT request to the /transactions/{id} endpoint with the fields to be changed. This requires the transactions.write scope.
Important: Updating metadata is a replace operation, not a merge. The complete metadata object must be provided in the request.
curl -X PUT https://api.gr4vy.com/transactions/{transaction_id} \
  -H "Authorization: bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "external_identifier": "order-id-12345",
    "metadata": {
      "new_key": "new_value",
      "another_key": "another_value"
    }
  }'
Every update made via this endpoint is tracked. A new transaction event is created for every change, and the API key that initiated the update is logged. All changes are captured in an audit log for full visibility.

Limitations

This update does not allow for editing or refunds and payment methods, as they are separate resources.
2025-07-25
Feature

Venmo: Recurring payments & other enhancements

The Venmo (via Braintree) integration has been upgraded to the latest connector framework, which brings with it improved performance, reliability, and new features to one of the most important payment methods for US-based merchants.

What’s new?

The Venmo connector, which is powered by Braintree, has been completely rebuilt. This upgrade was prioritized to support key merchants who rely on Venmo for both one-time and recurring donations and payments.Key supported features in this new version include:
  • One-time transactions: standard Venmo payments for web checkouts.
  • Recurring transactions: support for vaulted payment methods to enable ongoing donations and subscriptions.
  • Transaction Sync: more reliable synchronization of transaction statuses between Gr4vy and Braintree.
  • Billing data ingestion: allowing a merchant to ingest billing details from a Venmo account. Please see limitations below for more details.

Why it matters

Venmo is a critical payment method for engaging with a younger, mobile-first demographic in the United States. By upgrading this connector, a robust and scalable solution for both one-time and recurring payments is ensured. This is especially important for non-profits, subscription-based services, and any merchant looking to build long-term relationships with their customers.

What’s next?

This upgrade is the first part of an exciting two-phase plan for Venmo, more on that soon. For now, all merchants using the Venmo via Braintree connector will benefit from the improved features of this connector. Please refer to the Venmo connector documentation for any configuration questions.
2025-07-24
Enhancement

Richer error responses for voids & captures

The API has been enhanced to provide more actionable insight when a void or capture action fails. It’s now possible to opt-in to receive a detailed response object that explains exactly why the action could not be completed.

What’s new?

Previously, when a POST /transactions/{transaction_id}/void or POST /transactions/{transaction_id}/capture request failed at the payment service provider level, the API would return the original transaction object with its status unchanged. To understand the reason for the failure, the Gr4vy dashboard had to be checked.Now, a dedicated transaction-void or transaction-capture response object can be received. This new object clearly states the status of the action (for example, failed, declined) and provides the same rich error details seen for failed payments, including:
  • code: a standardized Gr4vy error code.
  • raw_response_code: the raw error code from the PSP.
  • raw_response_description: the raw error message from the PSP.

Why it matters

This enhancement gives direct, programmatic access to the outcome of void and capture attempts. Instead of relying on manual checks in the dashboard, systems can now automatically handle failures by:
  • Triggering automated retries for temporary service errors.
  • Alerting internal teams to investigate specific declines.
  • Providing more context to support staff without leaving internal systems.
This ultimately reduces manual overhead and allows for more resilient payment operations.

How it works

This feature is an opt-in enhancement to ensure full backward compatibility with existing integrations. To receive the new, detailed response objects, a Prefer header needs to be included in the API request.
  • To get the new response for a void request, include the following header: Prefer: resource=transaction-void
  • To get the new response for a capture request, include this header: Prefer: resource=transaction-capture
If the Prefer header is not included, the API continues to return the standard transaction object, just as it does today.

Example failure response

Here is an example of the new transaction-void object that is returned when a void action fails and the Prefer header is used.
{
  "type": "transaction-void",
  "status": "failed",
  "code": "service_error",
  "raw_response_code": "1001",
  "raw_response_description": "Internal error, please retry",
  "transaction": {
    "type": "transaction",
    "id": "1a032928-abc0-4fb8-971e-fb917291e75f"
    // ... all other transaction fields
  }
}
For more information on how to use this feature, please refer to the updated reference documentation for the void and capture endpoints
2025-07-17
Feature

Buckaroo: Card

The launch of a new connector for Buckaroo, a leading payment service provider in the Netherlands, is now available. This initial integration focuses on card payments and provides support for enterprise merchants with advanced payment requirements.

About Buckaroo

Founded in 2005, Buckaroo is a major Dutch PSP that provides a comprehensive suite of payment solutions for thousands of businesses.

Why this matters

  • Gateway to the Dutch Market: This provides merchants with a direct connection to a key payment provider in the Netherlands, helping them to increase local payment acceptance and conversion.
  • Enterprise-Ready: Built to meet the needs of enterprise merchants, this connector is ready for large-scale deployments, particularly in the travel and e-commerce sectors.

Integration details

The initial version of the Buckaroo connector supports most of the common features for card payments, except digital wallets, airline data, and open loop cascading.Please direct merchants to the official documentation for full configuration details. This new connector is a significant addition to the portfolio and a great talking point for engaging with prospects targeting the Dutch market.
2025-07-15
Enhancement

New in Embed: Real-time BIN events

To give merchants more control over the checkout experience, a powerful new event in Embed has been launched, namely BIN Events.

What’s new?

Merchants can now subscribe to a new event that fires in real-time as a customer enters their card number into Embed. This event provides key information about the card’s Bank Identification Number (BIN) as soon as it can be determined. This allows for a dynamic and responsive checkout that can be tailored on the fly based on the customer’s card details.

How it works

As a user types a card number into the Embed element, a cardDetailsChanged event is triggered whenever the system identifies a change in the card’s details.The event payload includes:
  • 6-digit BIN: The first six digits of the card number.
  • Scheme: The card network (for example, Visa, Mastercard, American Express).
  • Card Type: The type of card (for example, credit, debit, prepaid).
The event fires multiple times if the determination changes as more digits are entered (for example, from Visa to Mastercard), providing the most up-to-date information at all times.

Merchant use cases & benefits

This feature unlocks several valuable use cases:
  • Dynamic UI: Merchants can now display the card specific UI the instant it’s recognized, improving user confidence and customization.
  • Early Card Validation: Prevents a user from completing the form if they are using an unsupported card scheme, reducing errors and saving the customer time.

Getting started

This feature is available now for all merchants using Embed. It can be implemented by adding a JavaScript event listener to the frontend code.
2025-07-14
Feature

Adyen: BLIK

Payment method offerings have been expanded by adding support for BLIK, which is now available for merchants to configure through the Adyen connector.

What is BLIK?

BLIK is the dominant mobile payment system in Poland, used by over 90% of all customers of Polish financial institutions. It allows users to make instant, secure payments for online shopping, in-store purchases, and cash withdrawals without needing a physical card. Instead of card details, transactions are authorized using a unique, 6-digit code generated within the user’s mobile banking app. Given its massive adoption and preference among Polish consumers, supporting BLIK is a critical step for any merchant looking to increase conversion in this market.

How does the customer flow work?

The payment process is designed to be fast and secure:
  • At checkout, the customer selects BLIK as their payment method.
  • The customer opens their mobile banking app on their smartphone to generate a unique, 6-digit BLIK code.
  • They enter this code into the payment interface on the merchant’s site.
  • The customer receives a push notification in their banking app to confirm the transaction details and approves the payment.
  • The entire process is seamless and typically completed in seconds.

Why this matters to you

Unlock the Polish Market: By offering Poland’s most popular payment method, merchants can significantly reduce friction at checkout and increase conversion rates for Polish customers.
  • No Additional Integration: Merchants already using the Adyen connection can enable BLIK with a simple configuration change in the administrator panel—no development work required.
  • Increased Security: The two-step authentication process (code generation and in-app confirmation) provides a high level of security for both the merchant and the customer.

Getting started

Merchants who wish to offer BLIK to their customers can now enable it within their Adyen connector settings in the administrator panel.
2025-06-26
Change

Merchant Warrior

The launch of a new direct integration with Merchant Warrior is available. This is a premier Australian payment gateway that provides robust and flexible payment solutions for merchants worldwide.

About Merchant Warrior

Founded in 2009, Merchant Warrior is a Brisbane-based fintech that offers a comprehensive suite of payment products, including credit/debit card processing, direct debit, multi-currency support, and enhanced security features. Their platform is designed to help businesses increase revenue, reduce fraud, and leverage the latest in payment technology. The new connector empowers processing card payments directly through the platform, taking advantage of Merchant Warrior’s powerful infrastructure while keeping the checkout flow seamless and secure.

Integration

The new integration supports card payments including 0-dollar authentication, delayed captures, Apple and Google Pay, and more. For more details see the Merchant Warrior guide.
2025-06-26
Change

New partial_match_name AVS response

A new possible avs_response_code value has been added to the transaction API.The value partial_match_name is now returned for some connectors when a name matched is returned. This is mainly related to American Express payments.
2025-06-26
Change

Changes to transactionCancelled event in Embed

Expected release date: July 17, 2025
The payload for the transactionCancelled event raised by Embed is being changed to contain more data. This change rolls out to all merchants during the regular release cycle.

Background

Embed has an event handler called onEvent(). This parameter allows listening to transactionCancelled events, which are raised when the Apple Pay / Google Pay payment sheets are dismissed.
setup({
  onEvent: (name, data) => {
    if (name === "transactionCancelled") {
      // inspect data
    }
  },
});
Currently, these events include a data payload that is a string.
"Apple Pay: Session cancelled"
This is inconsistent with other payloads where data is an object.

Changes

With this change, the new data payload will return an object instead of a string.
{
  "type": "cancellation",
  "method": "apple_pay",
  "message": "Session cancelled"
}

Impact

Please check if you are expecting the data property to be a string. For example, your code might perform a check to see if data === 'Apple Pay: Session cancelled'.Instead, please check any of the new object’s properties, for example data.method === 'applepay' && data.type === 'cancellation'.
2025-06-25
Feature

Affirm

Support for a direct connection to Affirm has been added.Affirm is a “buy now, pay later” service that allows consumers to purchase items and split the cost into a series of installments. Offered at the checkout of numerous retailers, it provides shoppers with short-term, often interest-free payment plans, or longer-term loans for larger purchases that may carry interest. This model serves as an alternative to traditional credit cards, allowing for immediate purchase while managing payments over time, with Affirm paying the merchant upfront and assuming the repayment risk.
2025-06-20
Feature

New SDKs for C#, Go, Java, PHP, Python, and TypeScript

A significant milestone for developer experience has been achieved: the launch of a full suite of new server-side SDKs, now available for Java, TypeScript, Python, Go, C#, and PHP.This is a huge step forward in making integrations with the API faster, more reliable, and more consistent. These SDKs are automatically generated and updated, which marks a fundamental shift in how they are built and maintained.

✨ Major documentation enhancements

To support the new SDKs, a comprehensive update to public documentation has been launched.Key highlights include:
  • SDK Code Samples on Every Endpoint: Every API reference page now features ready-to-use code samples for all six new SDKs, making it easier than ever for developers to get started.
  • Refreshed Look & Feel: The documentation now features a cleaner navigation and improved structure. Guides have been reorganized into a new dashboard tab, and API-specific pages are now located directly under the API Reference section for better accessibility.
  • AI-Powered Assistance: Support for ChatGPT, Claude, and other LLMs has been integrated on every page, enabling developers to ask questions and receive instant help.
  • Interactive API Playground: The Mintlify-powered API playground is now available, allowing users to make live API calls directly from the documentation.
2025-06-02
Feature

Split routing conditions

An additional mechanism for A/B testing through Flow is now supported. A new Flow condition has been introduced that enables merchants to split traffic between rules based on a configurable percentage.With this new condition, merchants can route only a specified percentage of traffic to a rule, with unmatched traffic cascading to subsequent rules in the list.

FAQ

  • What happens if the rule has other conditions as well? The rule will only trigger if all other conditions are also met. For example, a 20% condition will route 20% of the traffic that matches all other criteria.
  • Can I chain multiple Flow rules with this new condition? Yes, you can chain multiple Flow rules with percentage-based routing. For instance, if you have rule A and rule B, each with a 20% condition, rule B will apply to 20% of the remaining 80% that did not match rule A. In other words (assuming no other rules or conditions):
    • Rule A: 20% of traffic matches
    • Rule B: 20% of the remaining 80% = 16% of traffic matches
    • Remaining: 64% of traffic continues to other rules or follows default behavior
2025-05-22
Feature

Worldpay: WPG

Worldpay WPG is now available as a card connector. Worldpay’s Worldwide Payment Gateway is the second integration with Worldpay after VAP. While VAP focuses on the US market, WPG is available globally and supports processing in any currency, local debit schemes, and more. This connector was developed in close collaboration with Worldpay and is fully certified.
2025-05-22
Feature

Nuvei: iDEAL

Support for iDEAL via Nuvei has been added.iDEAL is the leading online payment method in the Netherlands, enabling consumers to pay for purchases through direct online transfers from their bank accounts. At checkout, users are securely redirected to their online banking environment to authorize the transaction, providing merchants with real-time payment confirmation. This process is highly secure, as no financial details are shared.Nuvei is a global payment technology company offering a comprehensive suite of payment solutions. Its platform enables merchants to accept a wide variety of payment methods, manage payouts, and utilize services such as card issuing, risk management, and analytics. Nuvei helps businesses connect with customers across more than 200 markets through a single integration.
2025-05-08
Feature

Real-time account updater

Support for a real-time account (RTAU) updater for Visa and Mastercard cards is now available.An Account Updater provides a card inquiry service at the schemes. It’s an API that can be called to retrieve an update to a card. Previously, the Batch Account updater (BAU) had been implemented, which allows cards to be scheduled for updates which then arrive a few days later. This worked but was not cost-effective.A real-time account update instead provides immediate updates from the issuers on the validity and existence of cards. It functions the same way as batch account updater, in the sense that the same responses are provided, it is however real time and functions as a great tool to recover transactions. As part of this update, a slew of extra enhancements were made to ensure cards previously marked as dead aren’t retried, for both the RTAU and BAU.
2025-05-07
Feature

PayPal settlement reporting

Support for settlement reporting through PayPal is now available.Settlement reporting provides merchants with detailed information about the settlement of their PayPal transactions. This includes data on when funds are transferred, the amounts settled, and any associated fees or adjustments. With this feature, merchants can more easily reconcile their PayPal transactions, track settlement timelines, and ensure accurate financial reporting.To enable PayPal settlement reporting or to learn more about how to access these reports, please refer to the PayPal settlement documentation or contact a support representative.
2025-04-28
Feature

Transaction request logging

API log
The original HTTP request body and headers are now displayed on the dashboard, as well as the corresponding API response for each transaction.This enhancement enables merchants to gain deeper insight into the exact payloads sent to the API and the responses returned. With this feature, platforms can more effectively support their customers, making it easier to diagnose and resolve any issues that may arise during API integration.The logging includes API calls for the original authorization or sale request, as well as any subsequent capture, void, or refund operations. It does not include events that were not accepted, such as those resulting from invalid JWTs, invalid requests (for example, missing parameters), or insufficient permissions. These 4XX errors can be found in the API logs.
2025-04-15
Feature

Webhook signatures

Signatures for webhooks are now supported. These signatures enable verification of the authenticity and integrity of received webhook notifications. By validating the webhook signature, merchants can ensure that notifications originate from the system and have not been tampered with by unauthorized parties.For further guidance on secrets management, signature verification, and signature rotation, please refer to the documentation.
2025-04-15
Enhancement

Numeric metadata conditions in Flow

Numeric metadata conditions in Flow are now supported. This enhancement enables merchants to pass numeric metadata values via the transaction API and perform numeric comparisons to drive logic within Flow.Previously, only string comparisons of metadata were possible. To address this limitation, a new Flow condition has been introduced that allows for numeric comparisons against metadata values. Please note that while the API continues to accept only string values, Flow automatically converts these values to numeric form for comparison purposes.
2025-04-02
Feature

OXXO Pay connector

Support for OXXO Pay, a widely used voucher-based payment method in Mexico, is now offered.OXXO Pay enables customers to complete online purchases by generating a unique reference code, which can be used to pay in cash at any OXXO convenience store. Upon selecting OXXO Pay at checkout, customers receive this reference code and instructions for payment. Since payments are made in person, there is an inherent processing delay until the payment is confirmed by OXXO and the funds are settled.Merchants can leverage the default hosted payment flow, which displays the reference code and payment instructions to the customer. Alternatively, merchants may configure a custom approval URL to present their own branded barcode or reference page.OXXO Pay is an important payment option for merchants seeking to reach consumers in Mexico who prefer or require cash-based payment methods. For further details on enabling and configuring OXXO Pay, please refer to the OXXO Pay documentation.
2025-03-28
Enhancement

Merchant advice codes

Merchant Advice Codes (MACs) are now supported, a feature introduced by Mastercard to provide merchants with greater insight into declined transactions. MACs are two-digit codes included in transaction responses that indicate the specific reason for a decline and offer recommendations regarding subsequent actions, such as whether a transaction may be retried.For example, a MAC of "01" signifies “New account information available.” Payment service providers (PSPs) pass this code through in the transaction response, and this value is now read and returned to merchants via the API. This enhancement is also planned for integration with Real-Time Account Updater (RTAU) feature.Merchant Advice Codes are now available through both the API and the dashboard, and have been enabled for Cybersource, Mastercard, Checkout, Adyen, and Stripe connections.
2025-03-19
Feature

Latitude and Gem Interest Free

New connectors have been launched to support Latitude Interest Free (Australia) and Gem Interest Free (New Zealand). These integrations enable merchants to offer eligible Latitude and Gem card holders the ability to split purchases into interest-free instalments at checkout.By supporting these payment options, merchants can provide greater flexibility to consumers, potentially increasing conversion rates and average order values. For more information on enabling Latitude or Gem Interest Free, please refer to the relevant connector documentation or contact a support representative.
2025-03-19
Feature

Worldline TravelHub gateway

The release of a connector for Worldline TravelHub is now available, a payment gateway specifically designed for the travel industry. Worldline TravelHub provides access to a broad range of payment methods, including both card payments and numerous local and alternative payment methods (LPMs and APMs). This gateway is generally available to merchants operating within the travel sector.With this new connector, card payments through Worldline TravelHub are now supported, in addition to previously supported payment methods such as iDEAL and Sofort. The connector offers a comprehensive set of features, including direct capture, support for both partial and full refunds, airline data fields, cart itemization, and more.This enhancement addresses merchant requests for greater flexibility in processing international travel transactions and is designed to provide better capabilities for travel merchants processing payments globally.For further information on enabling and configuring the Worldline TravelHub Card connector, please refer to the official documentation or contact a support representative.
2025-03-12
Feature

Original Credit Transaction (OCT) payouts via Adyen

Original Credit Transaction (OCT) payouts through Adyen are now supported. This enhancement expands existing payout capabilities, which previously included support for Checkout and Nuvei.OCT payouts allow merchants to send funds directly to customer cards, enabling use cases such as:
  • Refunds outside the context of a purchase
  • Disbursements for insurance claims
  • Prize or reward payments
  • Marketplace seller payouts
With the addition of Adyen as a payout provider, merchants now have greater flexibility in choosing the optimal payment processor for their specific payout needs based on factors such as geographic coverage, pricing, and existing integrations.For more information on implementing OCT payouts via Adyen, please refer to the payouts documentation or contact a support representative.
For updates prior to this date, please reach out to the support team for the backlog of newsletter updates.