-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathCHANGELOG
executable file
·74 lines (54 loc) · 2.42 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=== 3.0.0 2015-10-14
* Tokenised Transactions
* AVS,CVV, SoftDescriptor and 3DS Card Transactions
* Dynamic Currency Conversion and Dynamic Pricing
* TimeOutReversal
* GermanDirectDebit
* Tokenised Transactions- Token is generated for the card and the transactions are made using the token.US merchants will receive Transarmor multi-use tokens and EU merchants will receive Datavault tokens.
* AVS,CVV, SoftDescriptor and 3DS Card Transactions- This feature is used to make credit card transactions [Non-Tokenised].<US merchants/EU Merchant>
* Dynamic Currency Conversion and Dynamic Pricing- <US merchants/EU Merchant>
There are two types of conversion possible "Merchant Rate" and "Card Rate".
Merchant Rate - Merchant sends the Amount and the Currency Code to which the exchange rate has to be applied
Card Rate - Merchant sends the Amount and the First 6 Digits of the credit card number(BIN).
Based on BIN the Currency Code is figured out based on which the exchange rate is applied
The customer is provided with the option of paying in their own currency showing the amount, exchange rate, the source of the exchange rate and commission data.
The consumer then opts for which currency to pay in and the transaction continues from there in the chosen currency.
* TimeOutReversal- <EU Merchants> Any transaction can be reversed except for VOID.
We will have to send an additional attribute "reversal_id" in the request payload.
* GermanDirectDebit- This method is applicable only to merchants domiciled in Germany.
=== 2.0.0 2015-03-11
IOS SDK support the following payment brands
- Visa payments
- MasterCard payments
- American Express payments
- Discover payments
iOS SDK support the following transactions
- Purchase
- Pre-Authorization (includes $0 Auth)
- Pre-Authorization Completion
- Refund
- Void
- Tagged Pre-Authorization Completion
- Tagged Void
- Tagged Refund
iOS SDK support association-sponsored Address Verification Services for the following payment brands
- Visa AVS
- MasterCard AVS
- American Express AAV
- Discover AVS
iOS SDK support association-sponsored Card Verification services
- Visa CVV2
- MasterCard CVC2
- American Express CID
- Discover CID
iOS SDK support the following features
- Split shipments
- Level2 properties
- Level3 properties
- Recurring payments (recurring indicator)
- Soft Descriptors
=== 1.1.0 2014-12-01
* New APIs
=== 1.0.0 2014-09-01
* Initial release
* Base version with iOS SDK/Apple Pay/APIs