php - Trouble Integrating to Visa Direct -


my aim have on line system people can transfer money via visa direct , pay services.

for needed integrate visa network. however, having challenges doing same. well, have found steps towards integrating them:

  1. create sandbox account sample code provided on how can hit end point. problem came when found sample code provided uses phpunit hence have problem testing on browser. sample code generated can tested on terminal via ./vendor/bin/phpunit.. interest able test same on browser. can done?

  2. after done tests, request them allowed move production. yet stage since stuck @ one.

a major concern email provided communication during development journey takes days before responded. makes development journey bit long.

has done before in php , willing me?

kind regards.

your work process should that:

1- code:

  • you have webserver , php backend.

2- visa api:

  • download visa api via composer.
  • test if api works (isolated backend) using phpunit.

after running phpunit, know installation of api successful. you're ready use it.

note api vendor visa have wrote tests , added phpunit package along api, run phpunit.

3- integration

  • in backend, instantiate visa api object (i think api class).
  • do function calls per api docs.

to write code, need @ api, , use tests , sample codes.

4- testing

  • either use test suit phpunit or else.
  • if compiles, tested ;) // don't that.

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -