sdk-php icon indicating copy to clipboard operation
sdk-php copied to clipboard

Other payment types are not supported?

Open fullstact69 opened this issue 4 years ago • 0 comments

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\CreditCardType
 * @property \net\authorize\api\contract\v1\BankAccountType
 * @property \net\authorize\api\contract\v1\CreditCardTrackType
 * @property \net\authorize\api\contract\v1\EncryptedTrackDataType
 * @property \net\authorize\api\contract\v1\PayPalType
 * @property \net\authorize\api\contract\v1\OpaqueDataType
 * @property \net\authorize\api\contract\v1\PaymentEmvType

fullstact69 avatar Mar 17 '21 22:03 fullstact69