Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I integrate payment page with Payeezy Global Payments?

2938041Sep 25 2015 — edited Sep 25 2015

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2015
Added on Sep 25 2015
1 comment
450 views