Changelog
Improvements
Feature: The webhook for order status and the order status endpoint now return the
paymentDetails
object within thepayments
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 inpaymentSettings
does not include values forsuccess
andfailUrl
, 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.