MIF_E31211285/vendor/xendit/xendit-php/docs/PaymentMethod/CardChannelProperties.md

1.1 KiB

# CardChannelProperties

Card Channel Properties

use Xendit\PaymentMethod\CardChannelProperties;

Properties

Name Type Required Description Examples
skip_three_d_secure bool This field value is only being used for reusability = MULTIPLE_USE. To indicate whether to perform 3DS during the linking phase. Defaults to false. false
success_return_url string URL where the end-customer is redirected if the authorization is successful https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882
failure_return_url string URL where the end-customer is redirected if the authorization failed https://webhook.site/f4b755f5-4770-4a11-8c72-cc0b3cc6b882
cardonfile_type string Type of “credential-on-file” / “card-on-file” payment being made. Indicate that this payment uses a previously linked Payment Method for charging. RECURRING
expires_at \DateTime null

[Back to README]