-
Notifications
You must be signed in to change notification settings - Fork 1
CON-9617: Deprecate payments/addCreditCard #33
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
Changes from all commits
9b51f81
55b92e6
20b9fed
f0e5313
2cdb4c2
d2e3fea
03dfdb2
f16244a
a178839
e64aede
2ef7a7b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -50,7 +50,7 @@ This section describes all operations supported by the API, organised here by th | |||||
| | [~~Get customers open items~~](customers.md#get-customers-open-items) | **Deprecated!** Use [Get all payments](payments.md#get-all-payments) and [Get all order items](orderitems.md#get-all-order-items) instead. | | ||||||
| | [Add customer](customers.md#add-customer) | Adds a new customer to the system and returns details of the added customer | | ||||||
| | [Update customer](customers.md#update-customer) | Updates personal information of a customer | | ||||||
| | [~~Merge customers~~](customers.md#merge-customers) | **Deprecated!** Please use [Merge accounts](accounts.md#merge-accounts) instead. | | ||||||
| | [~~Merge customers~~](customers.md#merge-customers) | **Deprecated!** Use [Merge accounts](accounts.md#merge-accounts) instead. | | ||||||
| | [Add customer file](customers.md#add-customer-file) | Attaches the specified file to the customer profile | | ||||||
| | [Get all identity documents](../operations/identitydocuments.md#get-all-identity-documents) | Returns all identity documents for the specified customers | | ||||||
| | [Adds identity documents](../operations/identitydocuments.md#add-identity-documents) | Adds new identity documents | | ||||||
|
|
@@ -131,7 +131,7 @@ This section describes all operations supported by the API, organised here by th | |||||
| | [Add tokenized credit card](creditcards.md#add-tokenized-credit-card) | Adds a new tokenized credit card to the specified customer | | ||||||
| | [Disable gateway credit card](creditcards.md#disable-gateway-credit-card) | **Restricted!** Disables a credit card from being used for payments | | ||||||
| | [Get all preauthorizations<br/>by customers](preauthorizations.md#get-all-preauthorizations-by-customers) | Returns all preauthorizations of specified customers | | ||||||
| | [Add credit card payment](payments.md#add-credit-card-payment) | Adds a new credit card payment to a bill of the specified customer | | ||||||
| | ~~[Add credit card payment](payments.md#add-credit-card-payment)~~ | **Deprecated!** Follow the [Payment automation use case](../use-cases/payment-automation.md) for processing credit card payments. | | ||||||
|
||||||
| | ~~[Add credit card payment](payments.md#add-credit-card-payment)~~ | **Deprecated!** Follow the [Payment automation use case](../use-cases/payment-automation.md) for processing credit card payments. | | |
| | [~~Add credit card payment~~](payments.md#add-credit-card-payment) | **Deprecated!** Follow the [Payment automation use case](../use-cases/payment-automation.md) for processing credit card payments. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The replacement guidance in the deprecation table points to the Payment automation use case for "processing credit card payments", but this deprecated operation’s purpose is to record an already-taken external card payment. Consider updating this comment to point to the appropriate replacement for recording external payments (e.g., Add external payment with guidance on
Type), and optionally mention payment automation only for the "charge via Mews" scenario.