Give us feedback
paymayaconnector
Reactive icon

Paymaya Connector

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded on 21 March 2022 by 
5.0
 (2 ratings)
paymayaconnector

Paymaya Connector

Documentation
1.0.1

Using this Plugin

Once imported, you can call the CreateCheckout Client Action in one of your buttons / links / actions. This will redirect the application to the payment screen of PayMaya.


The hardest part of using the CreateCheckout action is filling up the CheckoutRequest object. You can refer to the attached demo. Or use the documentation linked below.


Checkout Request Object

The CheckoutRequest object is the data structure used by the PayMaya SDK to encapsulate information it needs to process your payment. You can review the request body here from github: https://github.com/PayMaya/PayMaya-JS-SDK-v2



There is also a live version here used by the PayMaya API Gateway Sandbox: https://developers.paymaya.com/reference/createv1checkout

Note: The OutSystems version of the struct excludes the "metadata" property as it does not have a concrete structure and is an optional parameter.