-
Notifications
You must be signed in to change notification settings - Fork 1
to prod #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
to prod #315
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||||||||||
|
|
||||||||||||||
| 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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
|
||||||||||||||
|
|
||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.