Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/Core"

Index

Type aliases

Variables

Functions

Type aliases

InitOption

InitOption: { debugEnabled?: undefined | false | true; locale?: undefined | string; publicKey: string; threeDSecureRedirect?: undefined | { key: string; url: string } }

Type declaration

  • Optional debugEnabled?: undefined | false | true

    デバッグログを出力するオプション Androidのみ有効

  • Optional locale?: undefined | string

    表示やエラーメッセージに用いるロケール情報( ja, en のみ対応

  • publicKey: string

    PAY.JPのパブリックキー PAY.JP管理画面で取得します

  • Optional threeDSecureRedirect?: undefined | { key: string; url: string }

    3Dセキュア利用時のみ必要なオプション PAY.JP管理画面で設定したリダイレクトURLと識別子を指定します

Variables

RNPAYCore

RNPAYCore: any

Functions

Const init

  • PAY.JPのSDKの初期設定 カードフォームなどを利用する前にコールする必要があります。

    Parameters

    Returns Promise<void>

Generated using TypeDoc