Release 30.07.2024
Changelog
Improvements
-
Feature: The webhook for order status and the order status endpoint now return the
paymentDetailsobject within thepaymentsarray in the following format:- For cards (
instrumentType=card):{"CardPaymentDetails": {"paymentSystem": "visa","authCode": "auth94753457343","rrn": "rrn583743856734","maskedCardNumber": "123456******1234"}} - For bank transfers (
instrumentType=bank_transfer):{"BankTransferPaymentDetails": {"transferType": "swift","purpose": "Payment for invoice #12345","accountNumber": "5103984571309587"}} - For wallets (
instrumentType=wallet):{"WalletPaymentDetails": {"walletId": "aslk1351346"}}
- For cards (
-
Enhancement: When creating an order, if the
redirectUrlsobject inpaymentSettingsdoes not include values forsuccessandfailUrl, the default values will now be the shop URL that created the order.
Orders and Payouts
Improvements
- Feature: The administrative panel at Vertex Dashboard now includes the ability to manually resend callbacks for order/payout status. When sent, these callbacks will transmit the current status of the order/payout.