Skip to content

Commit

Permalink
[EDU-5974] Add explanatory note on Axus Cardstream integration guide (#…
Browse files Browse the repository at this point in the history
…1427)

* feat: add note about json args

* Apply suggestions from code review

Co-authored-by: Mariana Bellorín Aguilera <[email protected]>

* Apply suggestions from code review

---------

Co-authored-by: Mariana Bellorín Aguilera <[email protected]>
  • Loading branch information
guiafonso-ol and MarianaAguilera authored Jan 10, 2025
1 parent f5898e9 commit e1a84b5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ Where:
| `card_number_field` | Yes | The number of the credit card used in the transaction |
| `api_key` | Yes | The API Key of your Axur account |

:::note
The `card_number_field` variable supports multi-level value retrieval in request bodies using **dot notation**. For example, specifying `user_data.card_info.number` allows extracting deeply nested values, enabling more flexible and precise configuration for accessing data within complex JSON structures.
:::

6. Click the **Save** button.
</Fragment>

Expand Down Expand Up @@ -156,6 +160,10 @@ Where:
| `card_number_field` | Yes | The number of the credit card used in the transaction |
| `api_key` | Yes | The API Key of your Axur account |

:::note
The `card_number_field` variable supports multi-level value retrieval in request bodies using **dot notation**. For example, specifying `user_data.card_info.number` allows extracting deeply nested values, enabling more flexible and precise configuration for accessing data within complex JSON structures.
:::

6. Click the **Save** button.
</Fragment>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ Onde:
| `card_number_field` | Sim | O número do cartão de crédito usado na transação |
| `api_key` | Sim | A chave da API da sua conta Axur |

:::note
A variável `card_number_field` suporta a extração de valores em vários níveis nos corpos das requisições usando **dot notation**. Por exemplo, especificar `user_data.card_info.number` permite extrair valores profundamente aninhados, possibilitando uma configuração mais flexível e precisa para acessar dados dentro de estruturas JSON complexas.
:::

6. Clique no botão **Save**.
</Fragment>

Expand Down Expand Up @@ -156,6 +160,10 @@ Onde:
| `card_number_field` | Sim | O número do cartão de crédito usado na transação. |
| `api_key` | Sim | A chave da API da sua conta Axur |

:::note
A variável `card_number_field` suporta a extração de valores em vários níveis nos corpos das requisições usando **dot notation**. Por exemplo, especificar `user_data.card_info.number` permite extrair valores profundamente aninhados, possibilitando uma configuração mais flexível e precisa para acessar dados dentro de estruturas JSON complexas.
:::

6. Clique no botão **Save**.
</Fragment>

Expand Down

0 comments on commit e1a84b5

Please sign in to comment.