Skip to content

Commit

Permalink
Merge pull request #42 from PayaDev/kcskw-patch-1-1
Browse files Browse the repository at this point in the history
Update BankCard.md
  • Loading branch information
thlinux1107 authored Sep 26, 2024
2 parents 81ed2a9 + 3d6690c commit 1d0b382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PayaCore/Direct-API/BankCard.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,10 +414,10 @@ https://api-cert.sagepayments.com/bankcard/v1/charges
| eCommerce .customer .telephone | string | The customer's telephone number Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .customer .fax | string | The customer's fax number Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .name | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .address | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .address | string | Required for Card Not Present (CNP) transactions. Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .city | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .state | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .postalCode | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .postalCode | string | Required for Card Not Present (CNP) transactions. Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .billing .country | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .shipping .name | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
| eCommerce .shipping .address | string | Pattern: ^[\w'\-\s\.,#\/]{0,}$ |
Expand Down

0 comments on commit 1d0b382

Please sign in to comment.