HomeGuidesAPI ReferenceChangelog
Log In

API Reference Guide Updates

ChangesDescription
The new endpoints for the checkout are available* Create Checkout Link Create a URL for a checkout page to accept payments.This URL can be seamlessly integrated into your payment flow, embedded into your payment page, or used to direct customers to a hosted payment page. The link will be deactivated once the customer opens the checkout page.
* Get Complete Checkout Information endpoint allows to retrieve complete checkout information, merchants can use our API to access detailed data about each transaction. This includes customer details, payment method information, transaction status, and any error messages if the payment fails.
Email is optionalThe email associated with a billing address is now optional for processing transactions through Nuvei processor

Documentation Portal Updates

ChangesDescription
The new guide for the checkout are availableTo assist merchants with the integration process, we have introduced the Checkout Guide . This comprehensive guide provides step-by-step instructions on how to integrate with either the hosted checkout page or the embedded payment page. It covers all aspects of the integration, from initial setup and configuration to customizing the payment form and handling responses.

Core Functionality Updates

ChangesDescription
Checkout featureThe Checkout feature provides the ability to use our page with a form to collect payments. Merchants can embed Checkout directly into their websites or redirect customers to a Revolv3 hosted checkout page. This feature ensures a seamless payment experience by securely handling customer payment information, supporting various payment methods, and complying with PCI DSS standards.

API Reference Guide Updates

ChangesDescription
The BIN number is returned in endpoint responses The information about the credit card BIN number is now returned in the responses of the following endpoints:
* Get Invoices
* Get Invoice
* Get Payment Method

API Reference Guide Updates

ChangesDescription
Update Payment Method Billing Address endpoint accepts Billing Address objectIt is now allowed to Update the billing address associated with an existing payment method by supplying a billing address object. Previously, it was only possible to supply an existing billing address ID.
Create Subscription response enhancementsThe following enhancements were made to the Create Subscription endpoint response to provide more information and make the result of the call more transparent:

A “message” parameter was introduced to return information about the first payment transaction result.

The subscription object will always be returned in the response (previously, it was not returned in the case of the first payment transaction failure).

API Reference Guide Updates

ChangesDescription
New Payments API end points Newly implemented endpoints will allow merchants to send additional optional parameters that will identify whether a payment is one-time, recurring, or an installment (initial or subsequent). This will enable linking transactions at a processor/card scheme level. The following transaction types are introduced:
* Sale with raw payment method data
* Sale with payment method ID
* Payment method authorization with raw payment method data
* Payment method authorization with payment method ID
* Capture of previously authorized amount

Note: Currently, linking transactions on a processor/card scheme level is implemented for Adyen and Worldpay processors.
One-time payment without subscriptionThe specification of One-time payment without a subscription was updated with detailed information about parameter validations that will make integration processes smoother

Core functionality updates

ChangesDescription
Proportion routing rule enhancementsTransactions will be routed more effectively to distribute transaction volume between processors in line with the merchant's desired proportion rule.