Skip to main content

VodafoneDCB

Craftgate is integrated with Vodafone DCB as an alternative payment method. You can easily receive payments from Vodafone DCB with the API & CPP.

Things to do first

In order to use the Vodafone DCB 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 Vodafone DCB on Merchant Panel > Administration > APM Management > Add New Apm.

Vodafone DCB integration settings

Payment via Vodafone DCB

You can receive payments from Vodafone DCB users via Craftgate API & CPP.

Payment via Vodafone DCB From API

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

note

To receive payments with Vodafone DCB, apmType should be sent as ["VODAFONE_DCB"].

1. APM Payment Init: You should initialize apm payment as an apm type of Vodafone DCB. For more information, see Pay With Alternative Payment Methods

additionalParams
buyerPhoneNumber
required

Please enter the gsm number as 905xxxxxxxxx`

As a successful APM Payment Init Response

  • paymentStatus field should WAITING
  • additionalAction field should value of REDIRECT_TO_URL

2. APM Payment Complete: User will be redirected to your callbackUrl with the result when completing/approving the payment on Vodafone DCB.