VNPay Tokenization
TerraCore v0
VNPay Tokenization#
1. GetVNPayTokens#
A method to return all saved tokens, the client can use one of them to make a payment
- iOS
- Android
2. AddVNPayToken#
A card can be added to the saved token list and used to make a future payment
- iOS
- Android
New token result can be observe via
New token result can be observe via
3. RemoveVNPayToken#
A token can be removed from saved token list and cannot be used to make a payment
- iOS
- Android