open menu
axerve docs

Bizum Bizum

SOAP

Bizum is a Spanish mobile payment service that allows users to easily transfer money (euros) to other users via their mobile phones. It is available to customers of several Spanish banks and does not require an account or credit card registration. The account identifier is the mobile phone number and transfers are made in real time.

How does it work for users?

  • The user is redirected to Bizum's payment page where they have to enter/confirm their phone number.

  • The bank will send an SMS with a code to validate the operation.

How to enable Bizum on Axerve Ecommerce Solutions

Contact customer support to enable Bizum in your Axerve Ecommerce Solutions account.

If you want to use the paymentType tag for this method, the value to use is BIZUM. To learn how to use the paymentType tag, please check out the section: How to redirect a customer to a payment method.

Below you can find an example of a call:

copy
1<Encrypt>
2  <shopLogin>9000001</shopLogin>
3  <apikey>dGVxxxxxxxxxxNToxMQ==</apikey>
4  <uicCode>242</uicCode>
5  <amount>1</amount>
6  <shopTransactionId>bizum_test</shopTransactionId>
7  <languageId>1</languageId>
8  <paymentTypes>
9    <paymentType>BIZUM</paymentType>
10  </paymentTypes>
11        <OrderDetails> 
12       <CustomerDetail>
13      <FirstName>Galileo</FirstName>
14      <Lastname>Galilei</Lastname>
15      <PrimaryEmail>mymail@mail.com</PrimaryEmail>
16      <PrimaryPhone>700000000</PrimaryPhone>
17       </CustomerDetail>
18  </OrderDetails>
19</Encrypt>

Depending on the user's choice, payments may be made in real time or deferred.

Bizum may immediately return TransactionResult XX and then OK or KO. For more information, please refer to Decrypt Resultapi link.

Test environment

Bizum provides a test environment in which payments can be tested. To test the service, use the telephone number 700000000.

Previous
prevBancontact - MrCash
Next
EPSnext