Skip to main content

Paycell DCB

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

Things to do first

In order to use the Paycell 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 Paycell DCB on Merchant Panel > Administration > APM Management > Paycell DCB after Enable Paycell DCB Integration status.

    Paycell DCB integration settings

Payment via Paycell DCB

You can receive payments from Paycell DCB users via Craftgate API.

Payment via Paycell DCB From API

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

note

In order to receive payments with Paycell DCB, apmType should be sent as "PAYCELL_DCB".

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

additionalParams
paycellGsmNumber
required

Please enter the gsm number as 5xxxxxxxxx`

APM Payment Init Response additionalAction field should value of OTP_REQUIRED. If the payment initiation operation is successful, the user will receive an SMS verification code from Paycell DCB..

2. APM Payment Complete:

The APM Payment Completion process is completed when the user enters the SMS verification code sent during the init operation. With this information, the complete process should be started with the following parameters.

paymentId
number
required

Payment Id

additionalParams

For more information, see Transaction Webhook

Sample Codes for Init Paycell DCB APM