braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 130 forks source link

Option of number of installments payable. #91

Closed Daniels-123 closed 4 years ago

Daniels-123 commented 4 years ago

This Library is Amazing ! but I have this problem with the the number of installments payable

scannillo commented 4 years ago

Hi @Daniels-123. Thanks for using android-card-form!

Is this a feature request? If so - can you elaborate more on what you're asking for and what you mean by number of installments payable?

Daniels-123 commented 4 years ago

Hello @scannillo , thank you for answering this thread, I explain clearly, in some countries it is possible to choose how many monthly payments of the debt you are acquiring, it is possible to choose it from 1 to 48 monthly installments

Epreuve commented 4 years ago

@Daniels-123 The card form only provides a method of collecting payment details, and does not itself create a transaction/charge.

If you'd like to allow a customer to pay for a product in installments, that would be something handled independently by your app and/or your backend server.