#jalen-android-sdk

1 messages · Page 1 of 1 (latest)

prisma gust
#

Can you be more specific, what are you trying to do?

foggy basin
#

When the user purchases value-added services in the Android App, he enters the credit card number and expiration time. The stripe sdk generates a token. After the order is generated, can the card number be modified?

#

@prisma gust

prisma gust
#

I'm not sure I follow what you're trying to do. Do you want to save new card details for the customer?

#

or change the card info use for a given payment?

foggy basin
#

change the card info use for a given payment

prisma gust
#

You would collect a new payment method and set that on the payment intent before confirming it, then

foggy basin
#

Let me give you an example. Value-added services are paid on a monthly basis. When users use value-added services to the second month, can they still modify the credit card number used for payment?

#

I need your help, thank you

prisma gust
#

You as the integrator are always in control of what payment method is used for a payment, whether one off or subscription

#

You can save new payment details to use with a payment intent, you can replace the payment method used for a subscription etc

#

Is that what you mean, replacing the card used for a subscription?

foggy basin
#

yes

#

Does the Android SDK provide a method to modify the card number?

prisma gust
#

You don't "modify the card number" -- you save a new card (new payment method) and provide the new payment method for the subscription

#

this would get you a new payment method ID

foggy basin
#

thank you very much