Skip to content

Commit 0202e05

Browse files
authored
DOC-1461/add-that-rejection-reasons-merchant-should-not-be-displayed-to-end (#505)
1 parent b3d5ca7 commit 0202e05

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/topics/merchants/index.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Updating a merchant profile produces the following events:
117117
1. If Swan rejects the update request, the merchant profile remains `Enabled` by default, unless Swan decides otherwise.
118118
The merchant profile status doesn't change.
119119

120-
When a merchant payment method is requested, Swan may ask for additional information even if the merchant profile is already `Enabled`.
120+
When a merchant payment method is requested, Swan may need to request additional information even if the merchant profile is already `Enabled`.
121121
Swan will contact you or your user directly, based on your communication preferences.
122122

123123
If you requested an update and your update status is `PendingReview`, but you need to **make another change**, submit a new update request.
@@ -143,6 +143,10 @@ A merchant profile can be rejected for the following reasons:
143143
| `GenericRejection` | The profile was rejected for a general reason not covered by other categories. |
144144
| `SuspiciousBehavior` | The profile was rejected due to alerts related to suspicious processing behavior. |
145145

146+
:::info For Partners only
147+
These rejection reasons are intended for Partners and shouldn't be displayed to end users.
148+
If you need more details about a specific rejection, please contact Swan.
149+
:::
146150

147151
## Payment methods {#methods}
148152

@@ -214,6 +218,11 @@ A merchant payment method can be rejected for the following reasons:
214218
| `ContractualCriteriaNotFulfilled` | The request doesn't meet the contractual criterion agreed upon with the Partner. |
215219
| `GenericRejection` | The request was rejected for a reason not covered by other categories. |
216220

221+
:::info For Partners only
222+
These rejection reasons are intended for Partners and shouldn't be displayed to end users.
223+
If you need more details about a specific rejection, please contact Swan.
224+
:::
225+
217226
### Rolling reserve {#rolling-reserve}
218227

219228
import RollingReserve from './partials/_rolling-reserve.mdx';

0 commit comments

Comments
 (0)