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:

example screenshot of no payments taken out

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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -