Skip to main content

Release 30.07.2024

· One min read

Changelog

Improvements

  • Feature: The webhook for order status and the order status endpoint now return the paymentDetails object within the payments array 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"
      }
      }
  • Enhancement: When creating an order, if the redirectUrls object in paymentSettings does not include values for success and failUrl, 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.