Creating a Receipt after iPayment Call
We have iPayment in our EBS 11i implementation which we are trying to use as one off authorization+capture by customer support.
So basically build an OAF page through which we plan to
(1) Call iPayment Authorization+Capture APIs (Iby_Payment_Adapter_Pub) to capture funds from Credit card bank
(2) Create a Receipt and apply it on customers account (AR_RECEIPT_API_PUB.Create_Apply_On_Acc).
I am not sure how to tie those 2, is there an API that can do both?
Thanks, Suresh
0