Skip to main content

Chippin

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

Things to do first

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

    Chippin integration settings

Payment via Chippin

You can receive payments from Chippin users via Craftgate API.

Payment via Chippin From API

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

note

In order to receive payments with Chippin, apmType should be sent as "CHIPPIN".

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

apmUserIdentity
string
required

Chippin Customer Number. You can make requests in the Sandbox test environment according to these test user numbers provided by Chippin.

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

2. APM Payment Complete: Payment completes by customer from Chippin mobile app. There is no need to take an action to complete payment by merchant. Craftgate periodically verify payment status and notify merchant about Chippin 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 Chippin APM

Loading..