cancel
Showing results for 
Search instead for 
Did you mean: 
choe8080ezpays
Member
since ‎03-11-2021
‎11-10-2021

Your latest statistics

  • 0 Replies
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I tried to integrate apple pay. What I did is to follow the authorize net documentation. https://developer.authorize.net/api/reference/features/in-app.htmlI downloaded the certificate file from apple pay of Digital Payment Solution, and tried to uplo...
PaymentType class has 7 payment types. Document is for only CreditCardType. Other payment types are not supported?If it is supported, I'd like to know API documentation and sample codes. Thank you. * @property \net\authorize\api\contract\v1\CreditCar...
I want to make EMV transaction with CreditCardTrackType. Normally it is called like this for Credit Type at PHP.// Create the payment data for a credit card$creditCard = new AnetAPI\CreditCardType();$creditCard->setCardNumber("4111111111111111");$cre...
Hello, I am new for authorize.net platform. I have downloaded php sdk from authorize.net Github forum. When I use this sdk on my web site, I didn't use composer. I just copied and pasted and used these lines for usage this sdk. require getcwd() . '/s...