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.
Alternative Payment Methods must be
On
on Merchant Panel > Administration > Merchant Settings > Craftgate Features list.Enter the information sent to you by Chippin on Merchant Panel > Administration > APM Management > Chippin after
Enable
Chippin Integration status.
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.
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
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 ofWAIT_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