This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
merchant:existing_merchant:selfcare_system:settings:dynamic_descriptors [2019/06/25 14:30] hanv [Overview of Implementation] |
merchant:existing_merchant:selfcare_system:settings:dynamic_descriptors [2019/06/25 14:38] (current) hanv [Overview of Implementation] |
||
|---|---|---|---|
| Line 76: | Line 76: | ||
| Terminal cases with Dynamic descriptor enabled. | Terminal cases with Dynamic descriptor enabled. | ||
| - | **Add Details Configured and Sent** | + | Dynamic Descriptors Prefix= "**Order N** Dynamic Descriptor Default = "StoreName" Custom Field value = "**1234**" |
| - | Terminal merchant name = “**Pivotal Example**” | + | * a) If a transaction is sent with custom field "1234", and PayFac is not enabled, the result would be: Order N*1234. |
| - | Dynamic Descriptor Prefix = “**Order N**” | + | * b) If a transaction is sent with custom field "1234", and PayFac is enabled, the result would be: Ord*1234. |
| - | Dynamic Descriptor Default Value = “**Storename**” | + | * c) If a transaction is sent with no custom field, and PayFac is not enabled, the result would be: Order N*Storename. |
| - | Custom Field value = “**1234**” | + | * d) If a transaction is sent with no custom field, and PayFac is enabled, the result would be" Ord*Storename. |
| - | + | ||
| - | * a) If a transaction is sent with order number “1234”, the result would be: ** Order N 1234**. | + | |
| - | * b) If a transaction is sent with no order number, the result would be: **Storename**. | + | |
| - | + | ||
| - | **No default** | + | |
| - | + | ||
| - | Terminal merchant name =”**Pivotal Example**” | + | |
| - | Dynamic Descriptor Prefix= “**Order N**” | + | |
| - | Dynamic Descriptor Default = “” | + | |
| - | Custom Field value = “**Order Number**” | + | |
| - | + | ||
| - | * a) If a transaction is sent with order number “1234”, the result would be: **Order N 1234**. | + | |
| - | * b) If a transaction is sent with no order number, the result would be: **Pivotal Example**. | + | |
| - | + | ||
| - | **No Default and no Prefix** | + | |
| - | + | ||
| - | Terminal merchant name =”**Pivotal Example**” | + | |
| - | Dynamic Descriptor Prefix = “” | + | |
| - | Dynamic Descriptor Default = “” | + | |
| - | Custom Field value = “” | + | |
| - | + | ||
| - | * a) If a transaction is sent, the result would be: ** Pivotal Example**. | + | |