Skip to content
Merged
Changes from 1 commit
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
Next Next commit
feat/payouts-tests
  • Loading branch information
davidmolinaclemente authored Oct 23, 2025
commit 3870e188e78c694c554cd1f5c00967e952cb8e65
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 phone numbers

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**
:::
Expand Down