Skip to main content

Bizum

Craftgate is integrated with Bizum as an alternative payment method. With the API, you can easily receive payments from Bizum users.

Things to do first

In order to use the Bizum integration, you must have completed the following steps.

  1. Alternative Payment Methods must be On on Merchant Panel > Administration > Merchant Settings > Craftgate Features list.

    Alternative Payment Methods in Craftgate Features
  2. Enter the information sent to you by Bizum on Merchant Panel > Administration > APM Management > Bizum after Enable Bizum Integration status.

    Bizum integration settings

Payment via Bizum

You can receive payments from Bizum users via Craftgate API.

Payment via Bizum From API

You can integrate with alternative payment methods service via Craftgate API to receive Bizum payments. Payment via Bizum from API has 2 steps.

note

In order to receive payments with Bizum, apmType should be sent as "BIZUM".

1. APM Payment Init: You should initialize apm payment as apm type of Bizum and additional parameters like below for init Bizum Payment. For more information, see Pay With Alternative Payment Methods

additionalParams
buyerPhoneNumber
required

Customer phone should have 5-15 digits and following pattern 34*********

APM Payment Init Response additionalAction field should value of WAIT_FOR_WEBHOOK. After initialization, merchant will get notification from Bizum and continue payment on mobile application.

2. APM Payment Complete: Payment completes by customer from Bizum mobile app. There is no need to take an action to complete payment by merchant. Craftgate periodically verify payment status and notify merchant about Bizum payment status. It is important to be sure that webhook notifications should followed by merchant.

For more information, see Transaction Webhook

Sample Codes for Init Bizum APM

Loading..