Im using Paypal recurring payments and Im having some issues understanding when is my first charge occurring. Im using Sandbox currently so paypal does not really send me an overview of the payment that is really happening.
I would like to create a monthly subscription that will charge the user each month 6.99$ and will start immediately.
my basic parameters are:
BILLINGPERIOD = MONTH
AMT = 6.99
PROFILESTARTDATE = date('Y-m-d') . 'T' . date('H:i:s')
L_PATMENTREQUEST_0_ITEMCATEGORY0 = Digital
Im trying to understand if the amount 6.99 is charged on payment or will start in a month from today.
Thanks