Card Channel Properties
use Xendit\PaymentRequest\CardChannelProperties;
Name | Type | Required | Description | Examples |
---|---|---|---|---|
skip_three_d_secure | bool | To indicate whether to perform 3DS during the linking phase | 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 | |
merchant_id_tag | string | Tag for a Merchant ID that you want to associate this payment with. For merchants using their own MIDs to specify which MID they want to use | null | |
expires_at | \DateTime | null | ||
installment_configuration | CardInstallmentConfiguration | null | ||
skip_authorization | bool | To indicate whether to skip the authorization phase | false |