Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,20 @@ For all Bizum tests, the phone number to be used is +34500000000
| Between 10 EUR and 15 EUR | E000 (Transaction approved) | REDIRECT |
| Above 15 EUR | Phone number is not registered in Bizum | |

### Test Bizum Payout transactions​

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This heading contains a trailing zero-width space character (U+200B). This character is invisible and can cause issues with searching, linking, and some markdown parsers. It should be removed.

Suggested change
### Test Bizum Payout transactions
### Test Bizum Payout transactions


You can also test **Bizum Payout** transactions (outgoing payments to users).
In test mode, all Payout transactions with an amount **below 10 EUR** will be **approved automatically**.

| AMOUNT | STATUS CODE | FLOW |
|-----------------|---------------------------------------------------------------------------------------------------------------------|--------|
| Below 10 EUR | E000 (Transaction approved) | RTP |
| 10 EUR or above | E103 (Operation not allowed/configured for this merchant. Please contact the acquiring entity or MONEI for support) | RTP |

**Note:**
Bizum Payout tests are only available in **test mode** and do not generate real fund transfers.
Make sure to use your **test Account ID** and **API key** when sending Payout requests via the API.

:::caution
**In test environment Bizum only supports transactions below 5 EUR**
:::
Comment on lines 62 to 64

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This general caution about a 5 EUR limit is confusing, as it contradicts the new information for Payouts (which are approved below 10 EUR) and also the existing rules for regular Bizum payments (approved between 10-15 EUR in REDIRECT flow). To avoid confusion, please make this statement more specific. For example, you could clarify that it applies only to incoming RTP payments.

Suggested change
:::caution
**In test environment Bizum only supports transactions below 5 EUR**
:::
:::caution
**In the test environment, incoming Bizum payments via the RTP flow are only approved for transactions below 5 EUR.**
:::

Expand Down