Skip to content

Commit 31a7753

Browse files
Merge pull request #162 from pt-techaspa/Add-phonenumber-character-limit
Adds phonenumber character limit to create payment body
2 parents a8b340e + 573d208 commit 31a7753

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ General API HTTP status codes and what to expect of them.
10551055
| email | string | <center>x</center> | john.doe@example.org | Email. Maximum of 200 characters. |
10561056
| firstName | string | <center>-</center> | John | First name (required for OPLasku and Walley). Maximum of 50 characters. |
10571057
| lastName | string | <center>-</center> | Doe | Last name (required for OPLasku and Walley). Maximum of 50 characters. |
1058-
| phone | string | <center>-</center> | 358451031234 | Phone number |
1058+
| phone | string | <center>-</center> | 358451031234 | Phone number. Maximum of 30 characters. |
10591059
| vatId | string | <center>-</center> | FI02454583 | VAT ID, if any |
10601060
| companyName | string | <center>-</center> | Example company | Company name, if any. Maximum of 100 characters. |
10611061

0 commit comments

Comments
 (0)