-
Notifications
You must be signed in to change notification settings - Fork 25
[SDK][NEW API] Cards Get Token #76
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In regards with cards new API and documentation update we will need new method of Token.getToken on xendit-java client library.
This issue is request for it.
Xendit.apiKey = "xnd_development_P4qDfOss0OCpl8RtKrROHjaQYNCk9dN5lSfk+R1l9Wbe+rSiCwZ3jw==";
try {
CreditCardToken creditCardToken = Token.getToken("605c05d3f81fa60011b2fa4e");
} catch (XenditException e) {
e.printStackTrace();
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request