Developer Center

Payment Gateway Development

Tokenized Method

It is a type in which a customer enters their credit card information without leaving WISECP, optionally chooses the card saving feature, and transmits this information to the payment service provider without being stored locally, and in return, the payment ...

Subscription Method

When your customer chooses this method, the periodic products/services in the cart will be enabled for the automatic renewal feature. The "Subscription" method works the same as the "Third Party" and "Merchant" methods. In addition, a subscription ID is defi...

Card No Verification (BIN Check)

In "Merchant" and "Tokenized" payment types, when the first 4 digits and 16 digits of the credit card number are entered, it is called if your module class has a "bin_check" function. If the "bin_check" function is not defined, the predefined "bin_check_inte...

Installment Options

In "Merchant" and "Tokenized" payment types, you can show installment options when entering credit card information. If you want to offer installment option, your module class should have a function called "installment_rates". The parameter passed to the fun...

Refunds

If your payment service provider supports refund, you can easily integrate it into the module. There should be a function called "refundInvoice" inside your module class. The parameter contains data from the 'invoices' table in the database. Sample Usage pub...

Do you have any questions?

Feel free to contact us
Contact Us
Copyright © 2024. All Rights Reserved.
Join Our Discord Channel
Top