Papel
Craftgate is integrated with Papel as an alternative payment method.
Things to do first
In order to use the Pay With Papel 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 Papel on Merchant Panel > Administration > APM Management > Add New Apm.

Payment via Papel
You can integrate with alternative payment methods service via Craftgate API to receive Papel payments.
In order to receive payments with Papel, apmType
should be sent as ["PAPEL"]
.
1. APM Payment Init: You should initialize apm payment as apm type of Papel. For more information, see Pay With Alternative Payment Methods
As a successful APM Payment Init Response
paymentStatus
field shouldWAITING
additionalAction
field should value ofSHOW_QR_CODE
The user will continue the transaction by scanning the QR code from the mobile application. After the transaction is completed, the result of the payment status will be sent to your webhook address. See for Webhook integration: Webhook Integration
2. APM Payment Complete:
After receiving the Webhook notification, you can inquire the payment status and create your order according to the payment status.