Create operation

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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 built 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

Form Data
string
required

Public key, unique value that identifies the commerce.

date
required

Request data time.

int32
required

Payment Channel.

double
required

The amount of the transaction. Use 2 decimals.

string
required
Defaults to CLP

Transaction currency.

string
required

Transaction id

int32
required
Defaults to 120

Time in minutes to expire the token. Value given in minutes. Minimum Suggested: Online: 30 minutes Cash: 2 hours For Brazil: Online: 2 hours Cash 24 hrs

string
required

URL where shopper will be redirected from the online banking if payment was successful (Must be Https)

string
required

URL where shopper will be redirected from the online banking if payment was wrong.(Must be Https)

string
required

Signature hash256: Review signature calculation

json
required

JSON Data: Review JSON index & format.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain