Skip to main content

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.

  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 Papel on Merchant Panel > Administration > APM Management > Add New Apm.

Pay With Papel integration settings

Payment via Papel

You can integrate with alternative payment methods service via Craftgate API to receive Papel payments.

note

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 should WAITING
  • additionalAction field should value of SHOW_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.