API Reference

Create an Aeropay preauthorized transaction object

The user making the transaction is specified by the authorizationToken, and the merchant being paid is specified in the request.

A preauthorized Transaction does not iniate the movement of any funds, only stores the details of a transaction that may be captured later via /capturePreauthTransaction POST.

The response contains a transaction object. The 'id' within this transaction object is used to identify and capture/cancel this preauthorized transaction. It is the act of capturing with that id that creates an Aeropay transaction in which money is moved. This newly created transaction will have its own id, separate from the one created in this call.

This preauthorized transaction will expire after 3 days, or can be manually cancelled by calling /preauthTransaction DELETE with its respective id. Time to expiration can be configured on a merchant by merchant basis.

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