xendit-python icon indicating copy to clipboard operation
xendit-python copied to clipboard

Xendit REST API Client for Python - Card, Virtual Account, Invoice, Disbursement, Recurring Payments, Payout, EWallet, Balance, Retail Outlets, QR Codes

Results 29 xendit-python issues
Sort by recently updated
recently updated
newest added

New param with type `string` and name: `reminder_time_unit`

enhancement

this issue raised to ask for support tokenization flow for ewallet. we'll need Initialize Linked Account Tokenization method to be able to pass in cancel_redirect_url

enhancement

In regards with [cards new API and documentation update](https://github.com/xendit/apireference/pull/426) we will need new method of `CreditCard.get_token` on _**xendit-python**_ client library. This issue is request for it. ```python from xendit import...

enhancement

Sometimes due to connectivity issues etc. Xendit APIs can return error responses that do not conform to [XenditError](https://github.com/xendit/xendit-python/blob/8b677fbbad5fe3bbcd0a2b93e30e8040543b8f61/xendit/xendit_error.py#L1) standard (aka not have the `error_code`), or it may not even be...

enhancement

Support Platform fee for XP

enhancement

error di create account File "/home/boo/mainan/projectkelas/customer.py", line 24, in individual_detail=IndividualDetail( NameError: name 'IndividualDetail' is not defined

Hello! I encountered a problem when implementing eWallet payments using `xendit-python==7.0.0`. #### My Code ```python import uuid from xendit import ApiClient, Configuration from xendit.payment_request import PaymentRequestApi api_client = ApiClient(configuration=Configuration( api_key="my_key"...