Jump to content

Khachatur Ashotyan

Member
  • Posts

    2
  • Joined

  • Last visited

About Khachatur Ashotyan

Khachatur Ashotyan's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi Friends! I need use AddOrder for renew domain. Client send me domain name and renew period with API (Payment Kiosk) and I should renew domain. Bellow my code example. Can you check all is OK? $command = 'AddOrder'; $postData = array( 'clientid' => '1', // domain owner userid 'domain' => array($domainname), 'domaintype' => array('renew'), 'paymentmethod' => 'easypay', 'domainrenewals' => array($domainname => $period) ); $adminUsername = 'ADMIN_USERNAME'; $results = localAPI($command, $postData, $adminUsername); Thanks for Advance, Khachatur.
  2. Hi Friends! I want to build a new payment gateway for payment kiosk's, and I have some questions. Making payment using invoice number is simple, but I want to use domain name for some transactions (domain renew, etc.). So, I imagine this operation in the way that, I should create custom Invoice in my code (for domain renew), and make transaction with that invoice id. So, It is possible to create invoice in code? WHMCS has a function for creating Invoice in code? Thanks for Advance, Khachatur.
  3. Welcome to WHMCS.Community Khachatur Ashotyan! We're glad you're here please take some time to familiarise yourself with the Community Rules & Guidelines and take a moment to introduce yourself to other WHMCS.Community members in the Introduce Yourself Board.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated