ITECOMMPAY / paymentpage-sdk-php

Payment Page SDK
https://ecommpay.com/
MIT License
8 stars 16 forks source link

Configurable MODE e.g. card_tokenize #31

Closed Kladislav closed 3 years ago

Kladislav commented 4 years ago

So i need to implement a ecommpay card tokenize form

sbaronenkov commented 4 years ago

https://developers.ecommpay.com/en/en_PP_Parameters.html https://github.com/ITECOMMPAY/paymentpage-sdk-php/blob/master/src/Payment.php

$payment = new ecommpay\Payment('11', 'some payment id');
$payment
    ->setCustomerId('some customer id')
    ->setMode('card_tokenize');