v2
latestOpenAPI 3.1.02026-07-262279731.3 MBBizum
Create a Bizum PayIn
<Note icon="fa-regular fa-circle-info"> **Note – Timeout after 5 minutes**The payment session lasts for 5 minutes for both the phone and redirect flows, at which point the pay-in fails automatically if no action has been taken by the user.
</Note>
Create a Bizum PayIn
There are two Bizum flows, depending on the payload sent to this endpoint:
- Phone – If Phone is sent, the ReturnURL is ignored and RedirectURL is not returned because no redirection is necessary: the user receives a push notification from the Bizum app asking them to authenticate. In Sandbox, the RedirectURL is returned in all cases, because it is the only way to complete the transaction (see testing).
- Redirect – If Phone is not sent, then ReturnURL is required and you must redirect the user to the RedirectURL in the response so they can enter their phone number themselves.
post/v2.01/{ClientId}/payins/payment-methods/bizum
Path parameters
ClientIdstring required
Platform's API account identifier, associated with the API key.
Headers
Authorizationstring required
Bearer authentication of the form Bearer <token>, where token is your auth token.
If your platform is using a proxy to take SCA-triggering action on behalf of users, you also need to integrate mTLS authentication and use the api-mtls base URL.
Request body
Response
Success