Reputation: 13
I need to create an Authorized transaction but instead of using the credit card number I need to use the OrigID which was generated from a previous payment? Is this possible if so how would I achieve this?
Hope this makes sense.
Upvotes: 1
Views: 738
Reputation: 7319
You can use the transaction id that is generated from the first transaction to process additional transactions for the buyer without having to have the buyer enter in their credit card information again. You would need to enable reference transactions on your account, and store the transaction id's on system. Then when you want to charge a buyer again, you would just pass over the transaction id of the previous transaction instead of the credit card information.
Upvotes: 2