This request aims to generate an operation with ALPS and a token code, returning a URL with the available banks to pay and clear and precise instructions for the final customer.

So you must sent the notification url for test and production environments once the integration process has started.

📘

When the transaction is created the service return an URL to access and processing the payment. Once the payment is completed, the merchant will receive a request via POST in the URL specify in the integration confirming that the transaction has been processed.

Signature Calculation

The signature is the chain of concatenated data and Hash SHA256 encryption will be applied.

Signature is builded using these keys arguments:

  • public_key
  • time
  • amount
  • currency
  • trans_id
  • time_expired
  • url_ok
  • url_error
  • channel
  • secure_key

You can validate your signatures here: https://payments.alps.cl/justpay/check-out/generateSignature

Language
Click Try It! to start a request and see the response here!