I’m happy to announce the latest addition to Recurly’s API, immediate one-time transactions (http://support NULL.recurly NULL.com/faqs/api/transactions). Our API has supported additional one-time charges for a while, but those charges are not actually transmitted to the payment gateway until the next batch of transactions is processed. This new addition to the API allows you to create a charge, invoice, and optionally account with a single request and returns immediate feedback on the success or failure of the transaction.
One Comment
I like this feature of the immediate one time transaction. I just wonder why it hasn’t been added to this page: http://support.recurly.com/faqs/advanced/one-time-transactions (http://support NULL.recurly NULL.com/faqs/advanced/one-time-transactions) Took me forever to find this page: http://support.recurly.com/faqs/api/transactions (http://support NULL.recurly NULL.com/faqs/api/transactions)
Plus, are the immediate one time transactions available in the PHP Client library? Some sample code for that would be good. The more sample code the better.