Integration of PayPal at the APEX

I am PayPal integration with APEX and using this white paper from Jason Straub:

http://www.Oracle.com/technetwork/developer-tools/Apex/integrating-application-express-wit-129259.PDF

Is there anyone WHOO recently integrated PayPal in its application and ready to share the experience with me? I am particularly interested in the integration of payments by credit card.

Thank you

Denes Kubicek

Good point... Perhaps one of the Oracle people will see this and chirp in?

Thank you

Tony Miller
Software LuvMuffin
Ruckersville, WILL

Tags: Database

Similar Questions

  • I am currently working on a site that has the integration of Paypal which includes the page redirects (confirm or cancel). My goal is to have the implementation of site with a layout for desktop, Tablet and phone. My question is when I have a redirect pag

    I am currently working on a site that has the integration of Paypal which includes the page redirects (confirm or cancel). My goal is to have the implementation of site with a layout for desktop, Tablet and phone. My question is when I have a redirect page should I create a separate provision of the page for each device or just a provision of office that fits all three screen sizes? I hope that if the html page has the same name of the device (query) is automatically detected. Help with the help of Adobe Muse CC

    By Payal integration, you mean paypal html button? or etc payment gateway configuration? If this is a configuration of the gateway to your site domain name then a single page with any structure will work, but if you use the button code for all associated formats then you will need to create separate pages for all.

    Thank you

    Sanjit

  • Referential integrity when you use the account of APEX

    Hello
    I use authentication userid APEX in the app I am building. I would like to use the username in the table as a foreign key. However, given that the user ID is managed by APEX and not in a table that I created, I'm confused that how can I configure a FK on user name when you use the authentication of the APEX.
    I have to configure my own user table if I want to create FKs on the user name?

    Thanks for your help!
    -Reid

    Hey Reid,

    Yes, create your own table to the user. Make a function that takes the user name and password and returns a Boolean value. According to your criteria it should return TRUE for authenticated users and FALSE otherwise.

    Use custom authentication. Make a copy of the plan of Application Express users. Change the function of authentication - built in - to your own function. Read this prudent property by clicking on the label.

    The table user may be related to table all you want with a foreign key.

    Kind regards
    Learco

  • Pass variable header OAM at the Apex and read it in application of the Apex

    We have integrated access Manager Oracle 11 GR 1 material with Oracle Apex 4.1. OAM-Apex integration works very well. Now we want a variable header additional to pass to the application of the Apex of the OAM. This new header variable will be the user's sAMAccountName in Active Directory. OAM is integrated with AD and AD successfully users access the applications of the Apex.

    The header three variables that are set up in OAM right now are:
    Name of the variable header value
    1 OAM_REMOTE_USER $user.userid
    2 OAM_REMOTE_USER_EMAIL $user.attr.mail
    3 OAM_REMOTE_USER_GROUPS $user.groups

    We need a variable to page header as mentioned below:
    The header variable name: OAM_SAMACCOUNTNAME
    Value: $user.attr.samaccountname

    The new header variable has been added in the file dads.conf of the OHS server as shown below:
    = dads.conf =.
    ...
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_GROUPS
    PlsqlCGIEnvironmentList HTTP_OAM_REMOTE_USER_EMAIL
    PlsqlCGIEnvironmentList HTTP_OAM_SAMACCOUNTNAME
    ...
    ===============================

    But we are not able to read the value of this attribute in the application of the Apex.

    The application of the Apex, there is a text box that displays the value of this header variable. This text box is attached to the following stored procedure call to retrieve the header variable:
    ===================
    Start
    : P1_HEADER_VALUE: = owa_util.get_cgi_env ("HTTP_OAM_SAMACCOUNTNAME");
    end;
    ===================

    The text box displays the correct value only if HTTP_OAM_REMOTE_USER is passed to the get_cgi_env method, but shows nothing when HTTP_OAM_SAMACCOUNTNAME is passed to the same method.

    Please let me know if Miss me some configurations to pass the variable to anna64 HTTP_OAM_SAMACCOUNTNAME OAM to the Summit.

    Thanks for your help.

    Hi 900202,

    You can run

    begin
        sys.owa_util.print_cgi_env;
    end;
    

    in the SQL commands to see all headers. Maybe OAM_SAMACCOUNTNAME went without an HTTP_ prefix or its value is null, because there is a configuration problem in OAM.

    Kind regards
    Christian

  • How to determine the device (desktop or mobile) attached to the Apex

    Hello!
    I have developed several triggers that fire after the connection. One of them to redirect the user defined start page app.
    Now when mobile applications are introduced (Apex 4.2), many things have changed in my logic.
    The user can have a single page of starting for a mobile to desktop application.
    So I have to apply the same logic as it is built in the Apex (when the user go app to be redirected to the page of connection to desktop or mobile).

    Question of mine is how to achieve something in LSPQ. As this code:
    IF desktop_ver=1 then 
      :STARTUP_PAGE = 123;
    ELSIF desktop_ver=2 THEN
      :STARTUP_PAGE = 1123;
    ELSE
       :STARTUP_PAGE = 1;
    END IF;
    Where desktop_ver is something (variable, function or any other thing, '1' = desktop, '2' = mobile... device acknowledged not not "something else") which must be able to recognize already mention (mobile or desktop) device which calls the page.

    RG
    Damir

    Published by: Damir Vadas on January 7, 2013 03:17

    Hi Damir,

    This code is embedded in the part of the engine that sets up the session at the beginning of the request processing. Basically, it examines the http USER_AGENT header to detect the user interface. I can't show you the source code of the Apex, but there are other frameworks in various languages (some of them open source, for example Categorizr) who are doing similar things:

    http://en.Wikipedia.org/wiki/Mobile_device_detection

    Our device detection code executes when the URL does not contain a page id. It is looping through all of the user interfaces that are installed in the app and redirects to the homepage of which can be detected automatically. If there is an ambiguity, Apex shows a selection of integrated device page. We also thought to detect client-side and the hooks are in place (wwv_flow_ui_types.autodetect_js_function_body). That is not yet implemented, however.

    Kind regards
    Christian

  • State protection of session and browsing to URLs outside the apex

    Hello
    I'm working an application, in which basis on a unique key for each customer, and I show you her address on map (google.api) I used the apex util to prepare the url and activate checksumprotection on that element for success.
    I have another page that is the customer also details on this unique base, which works great as its peak in only
    what I notice is that, when I browse to url (maps.google.com) external session is different from what I had originally, posing problem when I want to navigate from card (java script Info window) to access details by using the same unique key of the client.
    I read that it was a bug in 4.1, but I use 4.1.1 assuming that the bug has been fixed.

    DB 11G
    Oc4j
    Linux

    Kindly help

    Hello Red Bull,

    Following article will help you to google maps api integration through web services:

    [url http://www.oracle.com/technetwork/developer-tools/apex/application-express/integration-086636.html#GOOGLE] Request Express integration with Google Maps

    OR

    You can try just of plugins available on http://apex-plugin.com.
    One of them which can be your help is:

    [url http://apex-plugin.com/oracle-apex-plugins/item-plugin/location-map-image_97.html] View the location on a Google map

    by @Peter Raganitsch including the blog post is:

    http://www.Oracle-and-apex.com/plugin-location-map-image/

    I hope that helps!
    Kind regards
    Kiran

  • Test the Apex of applications - methodology, approach etc.

    Hello

    Apologies if this is perhaps a bit off-topic, even if I think it is relevant to us all to a greater or lesser degree. I have not really seen someone to discuss it at the apex (adimttedly the small number of) SIGs I attended - perhaps it might make a good conference?

    As a point of discussion, what (if any) test methods do you tend to apply to your apex applications?

    * As the apex is a rapid development framework, anyone use it Agile this so-called approaches such as "Test-Driven Development", with its emphasis on automated test scripts, or you use more formal structured methods?

    * Have you regularly write scripts for unit tests to test?

    * How do you approach the functional tests - that someone use applications like Mercury test center?

    * On that note, does anyone use suites of automated tests or practical continuous integration? If so, what do you use (for example, WinRunner)

    * When negotiating with your customers, do you tend to accept the formal conditions to sign for the deployment, including the initial test criteria, or it tends to evolve as you progress through prototypes.

    I must add that, in general, as part of a small team of BI, my methodology has evolved from improvised, "Cowboy development" into something more HOWEVER structured and methodical as a team, we are still at a relatively early stage of maturation, in particular with regard to the tests - the distinction between 'debug' and 'test' is still very loose unfortunately.

    Thank you this is a very broad topic, but I'd be interested to hear some of your thoughts.

    CAB use you JMeter to load test (and I guess even run a test of the system using them, specifying the incoming data and the expected result).
    If you Google on APEX and JMeter you get a bunch of hits. Especially the blog of Chris Muir could be interesting for you!

  • Cannot see items under the node Application Express on the schema of the APEX

    I installed 3.1.2 in my database (10.2.0.4) APEX, and I want to explore the developer SQL 1.5.5 / Apex integration feature.

    Problem is... when I go on the pattern that has the Apex applications, I see the 'Application Express' node, but SQL Developer shows nothing under (it's just blank).

    I'm doing something wrong? I've looked under all the schema associated with the APEX (i.e. flows_030100), but the node Application Express is always empty.

    Any help much appreciated.

    Hello

    I think that you must be logged in as owner of the analysis of an application schema to see under the node Application Express.

    HTH,

    Chris

  • Migration to the public website of the Apex - keeping in the Google rankings / links

    Hello

    We have developed and application of Apex that will replace the exsiting customer non-Apex Web site. The customer is concerned about the impact this will have on their Google rankings and links from the Google search results.

    For example, the current site of the non-Apex has a 'Contact us', page whose URL is www.mycustomer.com/contact_us.asp. Googling 'my client contact us' will show this link search results. The Apex of this page version URL will be something like www.mycustomer.com/pls/apex/f?p=app:contact_us.

    Thus, when the client performs a migration towards the Apex version, links to Google search results will be more valid. How should we go about the redirection of invalid links from Google for the new Member States?

    Thank you

    Andrew.

    Hi André,.

    If you happen to be running apache as your Web server instead of the integrated bridge, you could look at using the mod_rewrite module and guidelines in your virtual host containers so that the elders the URL of the page is a redirect in the appropriate in your apex application page. By practice that google will gradually update their links to your site visitors to directly access your apex pages, as he was transferring the page rank of the original page to your new page apex. You can also check the id of the session extraordinary '0' for the simplification of the URL.

    Alternatively, you can edit existing pages site do a 301 redirect to the new pages in their treatment of header - not enough and also means that you have to run at the old site.

    See you soon,.

    Mike

  • Weaknesses of the APEX

    Hello

    This is a strange request, but please bear with me. I'm due to give a presentation on the benefits of the use of the APEX on pl/sql web cartridge, the problem is that I find it difficult to give a balanced technology vision. In all the forums, I look, I can only find positive points to go to APEX, one of the criticisms only I can find is that its mainly / initially intended for ad-hoc development community - personally, I think as the APEX has grown beyond that.

    Any chance someone can point out the disadvantages/limitations of use apex? Or maybe direct me to some of the skeptics?



    Thank you

    Richard Burnett

    University of Leeds
    < span style = "display: none;" visibility: hidden; "id ="wikEdSetupFlag"> < / span > < span style =" display: none; " visibility: hidden; "id ="wikEdDiffSetupFlag"> < / span >

    Well, I can see your problem.

    1. one could say there is sometimes a longer overload customize a built-in APEX, in the creation from scratch. If things are not properly considered at the beginning of a development, you may find yourself with random JS and CSS in the page all headers bits in an application and models used for a single page only. Obviously this would be to the poor standards of development rather than APEX himself well - but I saw a few shocking examples and these requests are a nightmare to maintain (once again someone will answer this and say its down to a developer and you can do a hash using any technology!)

    2. maybe people like to pay for things, could get the feeling warm buzzy inside like when you get a new gadget ;)

    3. for creating basic applications, the APEX is incredibly easy to learn. However, to understand and be able to use it to its potential fact evolve to learn a lot of things that are specific - APEX, how it works (not just generic PL/SQL, JS etc..)

    4. it has been supported and responded several times on this forum and I can't think a limitation here.

    5. SSP integrated, basic security is incredibly easy to install. However, it could be open to SQL injection and is very easy to manipulate URL to change the item values if you don't bother properly configure your security and development with her in mind. (again - it is down to the developer, not APEX)

    6. I think that Oracles APEX documentation is very poor, however the community offered by this forum, many articles and Oracle themselevs more places for this.

    You can also read this thread...

    Re: Is-Oracle Application Express the new Microsoft Access?

    Sorry I wasn't much help!

    See you soon

    Ben
    http://www.munkyben.WordPress.com
    Don't forget to mark the answers useful or correct ;)

  • Cannot connect to PayPal using the overdraft facility

    Whenever I try to pay for something (online shopping) by using the PayPal cheque made on another Web site, it will not open a session. I enter my email address and password and just get an error message saying wrong password or e-mail address, even though I know that both are correct. I can connect to PayPal using the facility successfully using Internet Explorer without any problem. I can also connect to PayPal successfully if I go on its website (www.paypal.com.au) in Firefox.

    I tried to clear the cache and cookies associated with Pay Pal, but that did not help at all.

    This problem occurred for months and is quite frustrating.

    I'm using Firefox 48.0.2 (current version). All my extensions and plug-ins are up-to-date. Using Windows 7.

    Update: the problem is probably caused by an extension/add on. I don't know which yet. I can only test it when I buy something, where the reason why it takes me a while to understand.

    Next time I buy something online, I'll test on all extensions / add ons until I find the one who is the cause of the problem. Once I figure out I'll post an answer here.

    Thanks for your help :)

  • Built at the point for the apex group

    We use: APP_USER to retrieve the name of the current user of the APEX.

    Similarly, is it built in variable to retrieve the name of the Group of the user?

    FOR INFO:

    I use for authentication and authorization Apex users and groups.

    I use 5 APEX

    Mazelin wrote:

    We use: APP_USER to retrieve the name of the current user of the APEX.

    Similarly, is it built in variable to retrieve the name of the Group of the user?

    N ° users can be assigned to multiple groups. Use the APEX_UTIL. GET_GROUPS_USER_BELONGS_TO method of the API.

  • I find it difficult to upgrade the apex 4-5. Can someone help me?

    have installed the database 11g (Express Edition). And trying to upgrade to the apex 5, using slobaray.com, but I'm stacked along the way; Please can someone help me? Here is the script, and I have indicated where I stacked by selection, the problem:

    c:\oraclexe\app\oracle\product\11.2.0 > cd c:\oraclexe\app\oracle\product\11.2.0\server\apex

    c:\oraclexe\app\oracle\product\11.2.0\server\apex > sqlplus

    SQL * more: Production of the version 11.2.0.2.0 on Sat Feb 13 20:52:57 2016

    Copyright (c) 1982, 2014, Oracle. All rights reserved.

    Enter the user name: sys as sysdba

    Enter the password:

    Connected to:

    Oracle Database 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    SQL > select TABLESPACE_NAME from dba_tablespaces where nom_tablespace like '% APEX %';

    no selected line

    SQL * more: Production of the version 11.2.0.2.0 on Sat Feb 13 21:01:30 2016

    Copyright (c) 1982, 2014, Oracle. All rights reserved.

    Enter the user name: sys as sysdba

    Enter the password:

    Connected to:

    Oracle Database 11 g Express Edition Release 11.2.0.2.0 - 64 bit Production

    SQL > home

    Microsoft Windows [Version 10.0.10240]

    (c) Microsoft Corporation, 2015. All rights reserved.

    c:\oraclexe\app\oracle\product\11.2.0\server\apex > exit

    SQL > show user

    The USER is "SYS".

    SQL > @apexins APEX is TEMP

    Enter the value 4:

    My confusion are:

    (1) in the application of slobaexpet the

    SQL > select TABLESPACE_NAME from dba_tablespaces where nom_tablespace like '% APEX %';

    has given an answer to

    TABLESPACE_NAME

    ------------

    APEX

    Mine is;

    no selected line.

    I don't know what was wrong with my work.


    (2) SQL > @apexins APEX TEMP is

    Enter the value 4:

    I don't understand what the "enter the value of 4:" means and what to enter to continue on.

    I suspended the process that I am waiting for the solution.

    I'd appreciate someone's help.

    Kind regards

    GODIS-Tei

    Hi Godis-Tei,

    It is easy to explain.

    (1) I don't know what are the instructions you follow, but it seems to suggest that you create a separate tablespace for APEX.  Not a bad suggestion, but in your case, since you are new, you should be able to simply use the existing SYSAUX tablespace.

    (2) you are prompted for an additional argument because you have not specified all necessary parameter values when calling apexins.sql.  I suggest that you run again, and with the following arguments:

    sysaux sysaux @apexins is temp

    That's all!  Good luck.

    Joel

  • Dynamic action real action is not available in the APEX 5.0

    Hi all

    We did the/import export of APEX 4.2 to version 5.0 of the APEX, but I am unable to find the real Action of dynamic Action in APEX 5.0. Can someone help me on this.

    Dynamic_Action_True_Action_Not_Available_APEX_5.jpg

    LnTInfotech wrote:

    We did the/import export of APEX 4.2 to version 5.0 of the APEX, but I am unable to find the real Action of dynamic Action in APEX 5.0. Can someone help me on this.

    Assuming that this refers to you being unfamiliar with the default constructor of app UI Page Designer in APEX 5.0. See "dynamic Page Designer action management" for more details. True/false actions appear as nodes in the dynamic Action of the left pane of the designer of Page navigator tab:

    If you do not use the Page Designer, you can move on to the familiar view of the component:

  • Report of long duration in the APEX

    Hello

    I'm on version 4.1.1.00.23 of the APEX. I have a report at the APEX, which takes about 50 seconds to run at APEX. When I run the same query in sqldev it works about 6 seconds.  Why this same query takes a lot more time in APEX?

    Similar questions a few times. The usual answer is: it makes no difference. You think it runs faster to SQLDev, but this isn't really the case. SQLDev will show you the first Recordset up, while the Apex will be waiting for the entire results set.

    Another option is that you use an interactive report with the columns related to a LOV. APEX will join your main query and LOV queries in a single query. So, there is indeed a different query, passing through Apex.

Maybe you are looking for