Skip to content

Commit 4a93b12

Browse files
Add sender date of birth to debits (#203)
Adds new `sender[date_of_birth]` field to debits (Visa). ![image](https://github.com/user-attachments/assets/15ca815d-b238-454b-8386-e9b7a24f22d8) --------- Co-authored-by: Martin Toft Bay <[email protected]>
1 parent de3bb30 commit 4a93b12

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

website/content/gateway/api_reference/changes/changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Follow coming changes on the [source code repository](https://github.com/clearha
1010

1111
Sorted by descending timestamp.
1212

13+
#### Sender date of birth for Visa intra-EEA and international Visa debits
14+
Starting April 2025, the `sender[date_of_birth]` parameter is mandated for intra-EEA and
15+
international Visa debits.
16+
1317
#### Removal of `threed_secure` property from response
1418
Starting 2024-11-01, an authorization response will no longer contain the
1519
`threed_secure` property. We recommend that the `sca` dictionary is used

website/content/gateway/api_reference/resources/debits/sender_information.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,9 @@ Example: "Doe Jane A." (last name, first name, optional middle initial).
4040
{{% regex_optional %}}Required for intra-EEA and international debits.{{% /regex_optional %}}
4141
{{% /description_details %}}
4242

43+
{{% description_term %}}sender[date_of_birth] {{% regex %}}[0-9]{4}-[0-9]{2}-[0-9]{2} (YYYY-MM-DD){{% /regex %}}{{% /description_term %}}
44+
{{% description_details %}}The sender's date of birth (ISO 8601).
45+
{{% regex_optional %}}Relevant for intra-EEA and international Visa debits.{{% /regex_optional %}}
46+
{{% /description_details %}}
47+
4348
{{% /description_list %}}

0 commit comments

Comments
 (0)