axapta - COM library feasibility with Dynamics 365 -


i'm searching see if it's possible creating payment connector similar 1 in diagram: connector diagram

i have com library receives requests, communicates payment device & payment provider, , returns responses.

the com library registered locally:

comlib /register 

i pass user account & password authenticate:

authenticate(user, password)  

i pass deviceaddress & storecode register payment device:

registerdevice(deviceaddress, storecode); 

then pass amount, currency, (...) transactions:

 createtransaction(merchantdetails,amount,currency,transactiontype, merchantreference,orderreference,shopperemail); 

i don't need deal endpoints that's hidden , com library handles that.

can connector created in dynamics 365 ?

any suggestions ?

does have code examples or useful links ?

i've checked d365 documentation , looks hardware station nearest thing need achieve.

thank help.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -