how to deferred payments handling(pre-approved)
Hi,
I'm very new to drupal commerce so forgive the ignorant questions.
I need to extend the commerce_paypal module and add another payment method that supports the Paypal Adaptive Payments SDK(or amazon FPS). Specifically, i want delayed chained payments (pre-approved payments). Now the traditional payment methods run a PAY transaction right away as seen in the order.
However, pre-approved payments return a token that must be kept until payment is initiated. where should I keep this token? How should I relate it to the order?