Hi all.
I implement application with Ruby On Rails that use paypal express API and recurring payments, and i have the following problem:
When i create subscription profile with week payment, first recurring payment сredited not immediately, but after a some amount of time ( experimental 1-5 hours).
My application policy do not access user to content while payment not complete.... And this no very good, if user will wait 1-5 hours while first recurring payment is not go.
If i open access for user immediately after creating profile, but without first recurring payment, user can cancel subscription from his paypal account, and get freee week for acces to content in application.
How i can configure my recurring profile for immediately first recurring payment?