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
fix/bizum-subscriptions
  • Loading branch information
davidmolinaclemente authored Oct 15, 2025
commit 3ae00a3a7df45eeb913eaca7b3cbb180bfda9fd5
2 changes: 1 addition & 1 deletion docs/payment-methods/bizum.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Example of a Bizum push notification:

You can use Bizum to offer subscriptions or recurring payments in a similar way to card-based subscriptions. When creating a subscription or recurring payment through the MONEI API, simply set Bizum as the payment method instead of a card. The overall process is almost identical, with a few specific considerations:

- Currently, only customers of certain issuing banks, specifically BBVA and Santander, can use Bizum for recurring payments. Make sure to confirm this with your customer, as MONEI does not provide information about the issuing bank. If the customers bank does not support Bizum subscriptions, the subscription will not work.
- Currently, issuing banks are deploying the solution with the goal of reaching over 90% of coverage in terms of users by November 2025. If the customer's bank does not support Bizum subscriptions, the subscription will not work. Please make sure to confirm this directly with your customer, as MONEI does not have access to issuing bank information.

- The customer will only be asked to authorize the first payment. All subsequent payments will be processed automatically if you use the MONEI subscriptions engine, or you can manage them manually using MONEI’s recurring payments API.

Expand Down