Connect Portal
UI enhancements
- Payment Listing screen is updated with new designs for below components.
- Multiselect column filters from Transaction listing table: Payment details (Scheme, Payment method), Status, Transaction type, Sub-status, Merchant name, Input method, Channel

Column selection panel from Transaction listing table

Select export outputs panel from Export workflow

- New 'BIN' filter is added on Transaction listing table within Payment details column to search transactions using first 6 digits of the card.

- Buyer name and Email address input fields from Buyer Listing page and Transaction Listing page are updated to support case insensitive search.
UX and Export enhancements
We've enhanced the payment details screen and export functionality by adding:
- Merchant Advice Code
- Banknet reference
These updates provide greater visibility and insights into your payment data.
Digital Payments - Approval URL change
Summary
Gr4vy will no longer return the approval_url for transactions and payment methods that no longer require approval.
Background
Currently, any transaction (or payment method) that requires some form of approval will return an approval_url, as well as a status of buyer_approval_pending.
The approval URL is of no use after the transaction or payment method has been approved, yet until now the approval URL was still returned even after the approval had happened. Some PSPs handle replays of this URL gracefully, but not all do. Similarly, as the Gr4vy platform evolves, we have identified reasons for the approval URL to no longer be returned from our API.
Changes
With this change, the approval_url for transactions and payment methods will now only be returned if approval is still required. Once approval is no longer required, the approval_url will be set to null.
In short, this means that the approval_url will only be returned for a regular redirect transaction in a buyer_approval_pending state, push payment transactions in a processing state, and a payment_method in a buyer_approval_pending state.
Once the approval has completed, or the resource has been marked as declined or failed, the approval URL will be set to null.