-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Zohaib edited this page Apr 4, 2023
·
1 revision
This page describes the ExpressPay Flutter SDK Setup guide.
You should get the following information from the administrator to begin working with the Payment Platform.
| Info | Description |
|---|---|
| CLIENT_KEY | Unique key to identifying the account in Payment Platform (used as request parameter) |
| CLIENT_PASS | Password for Client authentication in Payment Platform (used for calculating hash parameter) |
Where to get this information? Follow the introduction guide.
The ExpressPay Flutter SDK credentials are the mirror of the Payment Platform fields. See above.
- Call the SDK initialization in the
main.dartor any part of your code before start payment process:
ExpresspaySdk.instance.config(
key: MERCHANT_CLIENT_KEY,
password: MERCHANT_CLIENT_PASSWORD,
enableDebug: true
);-
In case the SDK is not initialized the SDK will through the exception
"SDK is not configured". -
To use the testing environment, please use test cards.
Website: https://expresspay.sa
Phone: +966920033633
Email: itsupport@expresspay.sa
Address: ExpressPay, Olaya Street, Riyadh, Saudi Arabia
© 2023 - 2024 ExpressPay. All rights reserved.