Android Question Hot to post an url with different http scheme and receive callback data

abilio486software

Active Member
Licensed User
Hi,

My payment terminal have an app to trigger the payment and I need to post an URL in the terminal.

The string I need to send does not have "http://www", the scheme must be "sib://"

How can I do it with okHttp ?

I t is possible to specify the callback to my activity?

B4X:
dim url_to_post as string
url_to_post = "sib://sibs.pt/transaction/start?amount=025&currency=EUR&posTransactionId=122121&callbackUri=https://www.486pos.com/"
 
Top