Well, I'm not familiar with PHP and its "curl" function set, but ... after reading some PHP docs, it seems like curl is used to send HTTP requests to another Server. If that is the case, then you'll need TRtcHttpClient and TRtcDataRequest components to send a request to the PayPal Server, since you can't send a request to another Server from your Server as part of a response to the Client.
Yeah, good point. I'll do that.
One thing I've noticed is that the format of the data is different.
For example, this is the format of the data as it is in the current system:
The content in the RTC server looks like this:
Will this make a difference?
= Steve