🧾 Methods

πŸ“˜

The 3 payment page methods will use GroupPrivateToken (payment page id) in order to make the charge.

GetUrl

This is the most common method, it will return a payment page link to display in the website/system/app of the merchant in an iFrame or Redirect view.

API Reference - GetUrl

Payment page example:

















SaleChargeToken

This method major purpose is to charge a credit card token. it is using the payment page component like GetUrl but it is direct, the response will hold the charge status, sale identifiers and the document/receipt URL (if created).

API Reference - SaleChargeToken


CreateSale

This method is a part of direct charge process, it will create a new sale while using the payment page component and will receive the info of the customer and items in order to pass to that sale and to the automatic document/receipt, it will be completed with method ChargeSimple and method CompleteSale.

API Reference - CreateSale