I have seen posts about using
.....logonOp.awsp?domain=BSVNAME&userName=PaymentProcessorXYZ&password=1234&ProcessName=ReceivedPayment&ObjectName=ReceiptsFromProcessorXYZ&SuccessCode1=240&CardHolder=1234&.....&.....&etc etc
or using rest api.
https://www.youtube.com/watch?v=HTjwfp80AbU&feature=youtu.be
This video explains rest api but api URL is not aware.
What I need is third party posting to Aware IM URL.
I used logonOp.awsp? in previous projects but wanted to check if posting to aware IM URL is this the best way?
Now if I use logonOp.awsp calling third party needs to get 200 response ok-endpoint must be HTTP 200 OK after they post it to aware IM.
Also end app will post json data to aware IM URL. When I try using json in aware logonOp.awsp it just says page not found(without json plain text is working for posting using logonOp.awsp)