Skip to main content

Initialization

Initialize the Altibbi SDK with the following parameters:

  • PARTNER_ENDPOINT: Your partner endpoint (will be shared with you upon request).
  • token: Authentication token from your backend.
  • language: Preferred language for responses either Arabic (default) or English.
import { init } from 'react-native-altibbi';

init('TOKEN', 'PARTNER_ENDPOINT', 'LANGUAGE');

After the initiation you can start using the APIs and ready-to-use functions included in react-native-altibbi