Hi, I am using Oracle Cloud DBaaS, 11g database and APEX 5.0 to test online credit card payment application. I created a Web Service Reference with input parameters x_type, x_login, x_amount, x_fp_sequence, x_test_request, x_fp_hash, x_show_form, x_fp_timestamp. The test form in APEX is very simple, enter amount and required fields are calculated and manually copied to Shared Components Web Service TEST page. The TEST response is an an HTML text redirect to the Payeezy form. The response URL is the Payeezy payment page saying I need my browser settings to allow cookies. My browser setting is set to always allow cookies. I am thinking I need to POST directly from the APEX form to the Payeezy form. I am new to RESTful services and JSON. How do I POST and redirect the values on the APEX form to the Payeezy payment page? Thanks.
Pete
REST Web reference
Name=payeezy
URL=https://demo.globalgatewaye4.firstdata.com/paymentÂ
HTTP Method=POST
Output format=text