- Portal
- Payment Services v2
- Transparent Gateway API v2
Portal
16711 - BUG - TokenEx Client Test Portal - Account Page Information button does not reflect the Account Page.
- Appropriate help information has now been provided on Account page when user clicks on red help question mark.
Payment Services v2
16149 - Removal of use3DS boolean
- Removed
Use3DS
field from the following Gateways, theUse3DS
was remapped toThreeDSecure.AuthenticationRequired
:
- Adyen
- Braintree
- EBANX
- Payeezy
- Worldpay Native Raft
16800 - BrainTree Dynamic Descriptor Field Implementation
- Clients may now use the
StoredCredentials
object to pass CIT & MIT information i.e. Merchant Name, Phone and URL. Note:- We have removed the existing propertiesDescriptorName
,DescriptorPhone
andDescriptorUrl
used for the same purpose.
17012 - Payeezy Soft Descriptor Field Implementation
- Clients may now utilize the
SoftDescriptors
in their Payeezy Card Authorize and Card Purchase calls to PSv2
Implemented Orbital/Chase Gateway
15148 - Orbital Card Capture
- Clients using the Orbital gateway may now utilize the card capture functionality.
15146 - Orbital Card Purchase
- Clients using the Orbital gateway may now utilize the card purchase functionality.
15150 - Orbital Card Void
- Clients using the Orbital gateway may now utilize the card void functionality.
15152 - Orbital Card Refund
- Clients using the Orbital gateway may now utilize the card refund functionality.
16319 - Orbital - Force Capture
- Customer will be able to Force Capture on credit card by calling Capture endpoint and Electronic check payments by calling
CheckPurchase
endpoint.
11823 - Orbital Card Authorize
- Clients using the Orbital gateway may now utilize the Authorize only functionality.
11827 - Orbital Level 2 Data Fields Implementation
- Clients using the Orbital gateway may now utilize level 2 data fields to provide as much information about the transaction as possible.
11828 - Orbital 3DS Support
- Customer may now use the 3DS functionality with the Orbital gateway..
16726 - Orbital/Chase Stored Credential Transactions (MIT)
- Clients may now use the
StoredCredentials
object to pass CIT & MIT information to Orbital for a transaction.
16798 - Orbital Soft Descriptors field Implementation
- Clients may now utilize the
SoftDescriptors
request object to pass soft descriptors for transactions to Orbital.
Transparent Gateway API v2
16729 - Send Content-Encoding header for gzip response
- Transparent Gateway API v2 supports gzip compression, it can be enabled by sending a header of "Accept-Encoding: gzip". No other compression methods are supported.