I’ve integrated with a 3rd party payment processing API. Once I get back a payment success message, I’d like to add an entry to a channel with the confirmation number and such.
I’m using PHP and the SOAP client to get back the confirmation details. However, I’m not entirely sure how I can get these details into an Expression Engine channel. It sounds like I would need to use Safecracker, but I just need to submit the details, not build a form.
Any help is greatly appreciated!