What PHP date format should I use for PROFILESTARTDATE when calling CreateRecurringPaymentsProfile using the Paypal API?
Paypal docs say: # Start of start date, in UTC / GMT format
Could not find a good answer anywhere, but it ended up working fine. Hope this helps someone!
'PROFILESTARTDATE' => gmdate("Y-m-d\TH:i:s\Z")