#Cvijo
1 messages ยท Page 1 of 1 (latest)
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?
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
The Payment Method will only be associated with a single Customer.
but it is same customer
When you say "contract" do you mean Customer or something else?
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
But it's the same card, so why make them type it in multiple times? That will hurt your conversion rates.
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
Instead you can keep track of which booking numbers are associated with which Payment Methods.
yeah thats what i ment and i put booking number inside metadata on payment method
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.