We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In regards with cards new API and documentation update we will need new method of CreditCard.get_token on xendit-python client library.
CreditCard.get_token
This issue is request for it.
from xendit import Xendit api_key = "xnd_development_P4qDfOss0OCpl8RtKrROHjaQYNCk9dN5lSfk+R1l9Wbe+rSiCwZ3jw==" xendit_instance = Xendit(api_key=api_key) CreditCard = xendit_instance.CreditCard token = CreditCard.get_token( credit_card_token_id="605c05d3f81fa60011b2fa4e", ) print(token)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In regards with cards new API and documentation update we will need new method of
CreditCard.get_token
on xendit-python client library.This issue is request for it.
The text was updated successfully, but these errors were encountered: