ruby on rails - Paymill pre-create card payment -
is there way pre-create card payment paymill? when creating paymill payment object need token, token got provide card info , amount/currency. first transaction of payment object, paymill require same ammount/currency value use token. user can't create payment future transaction because don't know how pay first transaction?
thanks
you in following way. create token amount/currency example 100 euro (but not smaller 1 euro!). afterwards make directly token preauth transaction. paymentobjectid response , creditcard checked if valid , has @ time wanted amount (limit not exceeded). preauth valid 7 days , afterwards deleted automatically or make reversal of preauth. paymentobjectid can make recurring payment different amount.
best, christian
Comments
Post a Comment