Announcement

Collapse
No announcement yet.

Regarding check out page.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ASHISHGAUTAM
    replied
    ok thank you very much sir, next time if have any problem that is not related to the topic then i'll start a new thread.

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    Please start a new thread with new questions. This will keep the subject of the thread related to the discussion.

    The currency is not set in the API and is an attribute of the account. A single account is set with a single currency and as such the currency is not something passed on with the form but is a property of the account. If an account is in Euro then any transaction posted to that account will be in Euro. The clients that need multiple currencies have multiple accounts with C&P.

    I hope I have answered your question. Please let us know if we can be of more assistance.

    Leave a comment:


  • ASHISHGAUTAM
    replied
    in requesting xml file where to set the currency in which the transaction to be done..?

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    Thank you for your detailed response. Now I see what you are trying to do.

    The easiest way to verify if the GUID & Account ID are correct is to post a TEST transaction and get an authorization. The Test transaction may be done by setting the following node to Test: http://manual.clickandpledge.com/For...tml#Order_Mode

    example: <input type="hidden" name="OrderMode" id="OrderMode" value="Test" />

    If you get the Authorization Code using the 4111111111111111 credit card number then the account is valid.

    The test account number:
    • Credit card: 4111111111111111 (4 and 15x1's)
    • Expiration date: any future date
    • CVV: 123
    I hope that answers your question.

    Leave a comment:


  • ASHISHGAUTAM
    replied
    the sample code you send me is a FaaS method. now i'm telling what i want to do. actually my site has many client and each client have some users who make online transaction for that particular client. my client select the payment gateway like paypal and authorize.net through which they want to get the online amount. after selecting the gateway the site tell them to enter their credentials like client id, secret key etc from the client and then the site check that the entered details are correct or not using the payment gateway api. as in clickandpledge case how do i verify the account guid and account id of the client.

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    Sorry but I cannot quite understand what you are asking. If you study the code that was sent you should see the answer to your previous question.

    The Account GUID & ID are all in the Portal.

    Leave a comment:


  • ASHISHGAUTAM
    replied
    This reply didn't seems to be helpful i want to know how to check the given account guid and account id are correct or not using API. please tell about it with example.

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    Please see this example: https://www.clickandpledge.com/Platf.../example/Base/

    also in an effort to make the forum topics more consistent we ask that you start a new thread if you think the previous question has been answered. This will help topics to be self consistent. Thank you.

    Please let us know if we can be of more help.

    Leave a comment:


  • ASHISHGAUTAM
    replied
    thanks a lot i got the solution for my problem. one more thing want to know is, what are the minimum required information we need to do a transaction for a specific ID i means like account guid and account id etc and what more information i need to do a transaction for a specific ID. and how do i verify that information entered by user is correct or not using api without doing a transaction and authenticate that detail to the website.

    Leave a comment:


  • CnP.Support
    replied
    Good day!

    I am a bit confused. You are referring to PaaS method and then talk about checkout pages. PaaS is the API platform and requires all information to be posted for processing. We do not operate like PayPal where you post the info to PP and then transaction is done on their site and response is redirected to your site. We have found that this technique does not quite work well with our clients since they typically do not have a secure page and as such if they do as discussed the patron will get a redirect to an insecure page.

    If you want you may use the FaaS platform - in that platform you can post to the API and tell it where to redirect its response to. Here are samples & details: http://manual.clickandpledge.com/Form-as-a-Service.html

    The response nodes are listed here: http://manual.clickandpledge.com/For...rvice_Response

    Hope this answers your questions.

    Leave a comment:


  • ASHISHGAUTAM
    started a topic Regarding check out page.

    Regarding check out page.

    Hello,
    i was trying to integrating click and pledge check out page to my shopping website using PaaS Method but some trouble occur. i want to send my cart detail to the check out page and do not want to send the credit card detail to checkout Page i means the check out will take care of submitting credit card detail from user as i did with paypal. but i didn't got any complete sample help program for the same. the sample program i got is forcing me to send credit card detail along with the cart detail and even when i enter the test credit card detail then the program is not taking me to the checkout page infect it give some response containing transaction detail. please send me sample code that will send some product in a cart detail to the checkout page and require the user to enter credit card detail at checkout Page of click and pledge. and return to the specified page with some transaction detail like success or not and transaction no. etc..

Working...
X