How to deploy the Cleka Payment API to wordpress (woocommerce) [closed]

Asked 1 years ago, Updated 1 years ago, 171 views

Do you want to improve this question?Edit this post and update the question to focus on one issue

Closed 5 years ago.

5 years ago

https://www.convergepay.com/converge-webapp/developer/#/welcome (English site)

I would like to introduce a credit card payment on the EC/wordpress website.
I plan to use a payment method called ElavonPay for in-app payments in the list, and I plan to use the Converge API.
I have already obtained the PIN code from Elavon (North American credit card payment agency).

As for my level of development, I thought that the pages of Code samples would be helpful, so I guess I will use PHP format for now because it is wordpress.
https://www.convergepay.com/converge-webapp/developer/#/converge/samples
Based on the sample code above, I would like to know what the work will be like after editing the account ID.

  • converge.php
  • error.php
  • response.php
  • PHP Batch Import Script

Is it possible to deploy only these files on the sample page?
Do you need any more data?

If you have time, I would appreciate it if you could tell me how to introduce it in detail.
If the information I provided is not enough, I can provide it to you.

Thank you for your cooperation.

api wordpress

2022-09-30 19:48

1 Answers

Is it possible to deploy only these files on the sample page?

The sample code just explains how to call the API, and you have to write the pages and actions that gather the necessary information and show the API call results to the user.

Place your ID or PIN somewhere and it won't be complete.

By the way, the PHP sample code seems to be a code that mechanically transfers parameters (card number, payment amount, etc.) that change for each payment from $_REQUEST, so those parameters are not listed in the code.You have to read the references properly, and using this logic as it is in the first place seems to be a security problem...

If you are using WooCommerce, it would be faster to buy the plug-in below.

Elavon Converge Payment Gateway-WooCommerce


2022-09-30 19:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.