Skip to content

feat(tokenization): add COF and SCA support#19

Open
xusy2k wants to merge 1 commit into
systemallica:masterfrom
xusy2k:tokenization
Open

feat(tokenization): add COF and SCA support#19
xusy2k wants to merge 1 commit into
systemallica:masterfrom
xusy2k:tokenization

Conversation

@xusy2k
Copy link
Copy Markdown

@xusy2k xusy2k commented May 22, 2026

Add constants, request parameters, and validators for Credential on File (COF) and Strong Customer Authentication (SCA) tokenization flows.

  • COF type constants (installments, recurring, reauthorization, etc.)
  • COF transition indicator (first vs. subsequent transaction)
  • SCA exemption constants
  • Request fields: Ds_Merchant_Identifier, Ds_Merchant_COF_INI, Ds_Merchant_COF_TYPE, Ds_Merchant_Cof_Txnid, Ds_Merchant_Excep_Sca, Ds_Merchant_DirectPayment
  • Validators: check_merchant_cof_ini, check_merchant_cof_type, check_merchant_excep_sca, check_authorization_code
  • Tests for new validators, Response and Client base class behaviour

Add constants, request parameters, and validators for Credential on
File (COF) and Strong Customer Authentication (SCA) tokenization flows.

- COF type constants (installments, recurring, reauthorization, etc.)
- COF transition indicator (first vs. subsequent transaction)
- SCA exemption constants
- Request fields: Ds_Merchant_Identifier, Ds_Merchant_COF_INI, Ds_Merchant_COF_TYPE, Ds_Merchant_Cof_Txnid, Ds_Merchant_Excep_Sca, Ds_Merchant_DirectPayment
- Validators: check_merchant_cof_ini, check_merchant_cof_type, check_merchant_excep_sca, check_authorization_code
- Tests for new validators, Response and Client base class behaviour
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant