paypal - Enhanced Recurring Payments with Website Payments Standard Issue -


problem: trying pass along variable monthly subscription cost paypal based on user-selected options on form created more values anothers standart products. working within website payments standard enhanced recurring payment option.

details: user visits "shop" page, form 4 line items, each line item consisting of 2-7 options, each option associated price.

for example, line item 1 "size of business" options being: a) 1-10 employees - $ 20 b) 11 - 20 employees - $ 30, c) 20+ employees - $40 bought item fixed value $ 25, out recurring payment.

is possible?

what correct way solve problem api paypal? possible attach signature , normal purchase in same shipment?

what adaptative payments solve problem?

thanks.

paypal website payments standard recurring payments lets define trial periods; use such trial period include higher one-off charge.

for details, please take @ html variables page product.

for example; $50 / recurring
$100 / one-off

a1: 150 ($100 one-off plus $50 first month)   p1: 1   t1: m  a3: 50   p3: 1   t3: m 

whilst not perfect (technically first charge trial period , not one-off charge), enhanced recurring payments our web-based recurring payments product offering guest subscriptions @ time, adaptive payments not option.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -