How can I take immediate payment plus recurring via PayPal? -
i'm using express checkout, , set scenario follows:
- $10 charged right now
- a monthly payment of $15 set up
so if today day 0, on day 0 they'd billed $10, on day 1, they'd billed $15, , on day 61 they'd billed $15 again (and on).
i'm doing using trialamt
, trialtotalbillingcycles
, trialbillingperiod
, trialbillingfrequency
parameters. sets payments profile in screenshot:
as can see, set on may 6th. no money has been taken out, not initial amount there, , says next payment due may 6th, , profile start date too. there gigantic delay on sandbox? it's been 3 days now.
alternatively there way this? make standard express checkout payment today amount , use profilestartdate
start tomorrow. however, believe if set future date using profilestartdate
, profile marked 'suspended' , nor customer can cancel until it's activated.
there appear delay, on sandbox, of several days. makes testing difficult sometimes. alternative might use both one-off express checkout payment instead of using initamt
field, since can user confirm both subscription , payment item @ same time.
Comments
Post a Comment