-
Notifications
You must be signed in to change notification settings - Fork 5
Adapters
This page describes the ExpressPay Flutter SDK adapters.
Adapter maps the raw Payment Platform API Action to the native SDK method.
All the adapters listed in the ExpressPayAdapters class, and you can reference to this class instance as below.
For example, to acquire the SALE adapter, reference as:
ExpresspaySdk.instance.ADAPTER.SALEThe acquiring of each Adapter will check the ExpressPaySDK initialization status.
The exception "ExpressPay SDK is not configured" will be thrown in case of failed initialization.
This is the list of all possible ExpressPay SDK Adapters:
| Adapter | Description |
|---|---|
ExpressPaySaleAdapter |
Creates SALE or AUTH transaction |
ExpressPayCaptureAdapter |
Creates CAPTURE transaction |
ExpressPayCreditVoidAdapter |
Creates REVERSAL or REFUND transaction |
ExpressPayGetTransactionStatusAdapter |
Gets status of the transaction in Payment Platform |
ExpressPayGetTransactionDetailsAdapter |
Gets details of the order from Payment platform |
ExpressPayRecurringSaleAdapter |
Creates SALE or AUTH transaction using previously used cardholder data |
Website: https://expresspay.sa
Phone: +966920033633
Email: itsupport@expresspay.sa
Address: ExpressPay, Olaya Street, Riyadh, Saudi Arabia
Developer Support: Email 1, Email 2, WhatsApp 1, WhatsApp 2
© 2023 - 2024 ExpressPay. All rights reserved.