-
Notifications
You must be signed in to change notification settings - Fork 5
Add recipient and sender parameters for individual name parts #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cbobach
wants to merge
14
commits into
master
Choose a base branch
from
change-to-name-related-parameters
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d9f860f
Update sender info for debits
cbobach 0618aa4
Update recipient info for debits
cbobach bd81e2f
Add recipient info to credits
cbobach d857682
Add change log entry
cbobach 71e0642
Apply suggestions from code review
cbobach 30dd3c0
Re-add card[name] with deprecation notice
cbobach 82588c6
Re-add recipient[name] with deprecation notice
cbobach 5fea861
Re-add sender[name] with deprecation notice
cbobach 7b4aff8
Update debit recipient with mutual information
cbobach 6fcc07c
Update debit sender with mutual information
cbobach cbbe52c
Update credit recipient with mutual information
cbobach 45d20e3
Update credit card[name] with mutual exclusive information
cbobach e45d04b
Apply suggestions from code review
cbobach 6518cd9
Update based on review comments by @mt-clearhaus
cbobach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
website/content/gateway/api_reference/resources/credits/recipient_information.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: "recipient_information" | ||
date: 2023-07-20T13:01:49+01:00 | ||
anchor: "credit_recipient_information" | ||
weight: 181 | ||
--- | ||
##### Recipient information | ||
See the partner guideline for more details. | ||
|
||
{{% description_list %}} | ||
|
||
{{% description_term %}}recipient[first_name] {{% regex %}}[\x20-\x7E]{1,35} [ASCII printable characters](https://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters){{% /regex %}}{{% /description_term %}} | ||
{{% description_details %}}The recipient's legal first name. | ||
|
||
{{% regex_optional %}}It must not contain special characters (?, @, #, $, &, \*, etc.), be all numeric, be fictious, be a nickname or be incomplete.{{% /regex_optional %}} | ||
{{% regex_optional %}}Required for Mastercard Payment of Winnings (PoW) and for Mastercard cross-border non-PoW, i.e. it is only optional for Visa and for Mastercard domestic non-PoW.{{% /regex_optional %}} | ||
{{% regex_optional %}}Mutually exclusive with `recipient[name]`.{{% /regex_optional %}} | ||
{{% /description_details %}} | ||
|
||
{{% description_term %}}recipient[middle_name] {{% regex %}}[\x20-\x7E]{1,35} [ASCII printable characters](https://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters){{% /regex %}}{{% /description_term %}} | ||
{{% description_details %}}The recipient's legal middle name in case of any. | ||
{{% regex_optional %}}It must not contain special characters (?, @, #, $, &, \*, etc.), be all numeric, be fictious, be a nickname or be incomplete.{{% /regex_optional %}} | ||
{{% regex_optional %}}If set, it requires `recipient[first_name]` and `recipient[last_name]` to be set.{{% /regex_optional %}} | ||
{{% regex_optional %}}Mutually exclusive with `recipient[name]`.{{% /regex_optional %}} | ||
{{% /description_details %}} | ||
|
||
{{% description_term %}}recipient[last_name] {{% regex %}}[\x20-\x7E]{1,35} [ASCII printable characters](https://en.wikipedia.org/wiki/ASCII#ASCII_printable_characters){{% /regex %}}{{% /description_term %}} | ||
{{% description_details %}}The recipient's legal last name. | ||
|
||
{{% regex_optional %}}It must not contain special characters (?, @, #, $, &, \*, etc.), be all numeric, be fictious, be a nickname or be incomplete.{{% /regex_optional %}} | ||
{{% regex_optional %}}Required for Mastercard Payment of Winnings (PoW) and for Mastercard cross-border non-PoW, i.e. it is only optional for Visa and for Mastercard domestic non-PoW.{{% /regex_optional %}} | ||
{{% regex_optional %}}Mutually exclusive with `recipient[name]`.{{% /regex_optional %}} | ||
{{% /description_details %}} | ||
|
||
{{% /description_list %}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 25 additions & 5 deletions
30
website/content/gateway/api_reference/resources/debits/recipient_information.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.