For PayPal CreateRecurringPaymentsProfile Failed errors, see
Can the following error codes determine the cause of this?
CreateRecurringPaymentsProfile failed: Array ( [TIMESTAMP] => 2015-05-14T13:05:45Z [CORRELATIONID] => 48737e91e72a8 [ACK] => Failure [VERSION] => 120.0 [BUILD] => 8077598 [L_ERRORCODE0] => 11505 [L_SHORTMESSAGE0] => Start Date should be greater than current date [L_LONGMESSAGE0] => Subscription start date should be greater than current date [L_SEVERITYCODE0] => Error )r )paypal
I think it's probably because the profilestartdate value is the past date in Japan time.
For profilestartdate, it seems that you can set the same day or future date of Japan time.
At this time, the time seems to be ignored, and profilestartdate="yyyy-mm-dd 00:00:00" seems to be fine.
© 2024 OneMinuteCode. All rights reserved.