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.
-
Alternative Payment Methods must be
On
on Merchant Panel > Administration > Merchant Settings > Craftgate Features list. -
Enter the information sent to you by Vodafone DCB on Merchant Panel > Administration > APM Management > Add New Apm.

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.
In order to receive payments with Vodafone DCB, apmType
should be sent as ["VODAFONE_DCB"]
.
1. APM Payment Init: You should initialize apm payment as apm type of Vodafone DCB. For more information, see Pay With Alternative Payment Methods
Please enter the gsm number as 905xxxxxxxxx`
As a successful APM Payment Init Response
paymentStatus
field shouldWAITING
additionalAction
field should value ofREDIRECT_TO_URL
2. APM Payment Complete:
User will be redirected to your callbackUrl
with the result when completing/approving the payment on Vodafone DCB.