I'm getting started with building a really simple form that just processes a single transaction with a single value- we're just charging a flat $20 for membership and need to capture contact information and process a credit card.
I've read through the API documentation and have never really worked with posting XML through PHP, but there are a couple of things that jump out automatically that I believe I'm missing.
We do not have an 'API' tab in our login system- so I don't have an Account GUID, nor do I have an API ID. Any help with this- or help with some PHP to XML basics with regards to this API and our needs would be great.
Thanks,
Brad
I've read through the API documentation and have never really worked with posting XML through PHP, but there are a couple of things that jump out automatically that I believe I'm missing.
We do not have an 'API' tab in our login system- so I don't have an Account GUID, nor do I have an API ID. Any help with this- or help with some PHP to XML basics with regards to this API and our needs would be great.
Thanks,
Brad
Comment