Question
LOOP Credit Card Transactions
I am needing to know how to CFLOOP multiple transactions with
Authorize.net.
When sending a order request to authorize.net, it returns a response - that response is recorded with the order.
I can loop multiple transactions - what I cant figure out, is how to loop multiple transactions and still capture the response and record it to the db then go to the next transaction. When I just do a CFLOOP around the transaction code - it processes each order one after the other, but will not record the response.
Here is the order of events:
1. Db with customer info and order
2. Send customer/order to authorize.net
3. Receive response from authorize.net
4. Record response to customer/order data in Db
5. Next record repeat 2-4
This would be great for re-occurring billing as well!
I hope someone has some insight on this.
When sending a order request to authorize.net, it returns a response - that response is recorded with the order.
I can loop multiple transactions - what I cant figure out, is how to loop multiple transactions and still capture the response and record it to the db then go to the next transaction. When I just do a CFLOOP around the transaction code - it processes each order one after the other, but will not record the response.
Here is the order of events:
1. Db with customer info and order
2. Send customer/order to authorize.net
3. Receive response from authorize.net
4. Record response to customer/order data in Db
5. Next record repeat 2-4
This would be great for re-occurring billing as well!
I hope someone has some insight on this.
