#Cvijo

1 messages ยท Page 1 of 1 (latest)

frail geode
#

Hello! There is no way to disable that beyond not supplying a Customer, or detaching that Customers Payment Methods prior to Checkout. Why do you want to have them enter payment details manually each time?

manic seal
#

it is about car rental industry, and my concern is when he pay rental online and i save his credit card for some later traffic fines i would like to match that payment method only to that contract, because if he come few months later to make another rent in terms and use same credit card i lost connection what payment method was for wich contact and am i enabled to charge him extra fees later (i put my booking number and some id's to metadata in paymentIntent when i am saving that card)

#

i am not sure if i explained it correctly

frail geode
#

The Payment Method will only be associated with a single Customer.

manic seal
#

but it is same customer

frail geode
#

When you say "contract" do you mean Customer or something else?

manic seal
#

contract booking contract

#

so for example in my head its like this: its same customer first booking no "AG-123-SS" and i save his card, few weeks later i charge extra some traffic fine. than he come 2 months later and crate new booking "AG-124-AA" and he again use credit card i want him to enter again payment method (even with same credit card) .. so first payment method i will use to charge extras from first contract, and second payment method i will be able to charge extras for second contract

frail geode
#

But it's the same card, so why make them type it in multiple times? That will hurt your conversion rates.

manic seal
#

and lets say 1 month later i got speeding traffic fine from police for contrac 1 .. and i am not sure can i use his credit card if i dont seperate it for each contract he make

frail geode
#

Instead you can keep track of which booking numbers are associated with which Payment Methods.

manic seal
#

yeah thats what i ment and i put booking number inside metadata on payment method

frail geode
#

For example, booking no AG-1 might be associated with pm_123, and AG-2 and AG-3 might both be associated with pm_456.

manic seal
#

but yes, i should make links in my database

#

i was thinking avoiding those link tables if possible

#

but yes you are right ๐Ÿ™‚

#

thank you Rubeus i was just thinking if there is solution to force them to enter new payment method ๐Ÿ™‚ it would not require changes on our structure