メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://waffo.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

必須パラメータ

パラメータ説明
paymentRequestIdString冪等性キー、最大 32 文字。リクエスト開始前に永続化して保存してください。
merchantOrderIdString加盟店側の注文 ID
orderCurrencyString注文通貨(ISO 4217)
orderAmountString注文金額(例:"100.00"
notifyUrlStringWebhook コールバック URL(HTTPS)
successRedirectUrlString決済成功後のユーザーリダイレクト URL
failedRedirectUrlString決済失敗後のユーザーリダイレクト URL

任意パラメータ

パラメータ説明
orderDescriptionString注文説明
payMethodTypeString決済手段の種別を指定(例:CREDITCARD
payMethodNameString具体的な決済手段を指定(例:CC_VISA
userCurrencyStringユーザー側通貨(加盟店通貨と異なる場合に使用)
goodsInfoObject商品情報
userInfoObjectユーザー情報

userInfo

パラメータ説明
userIdString加盟店側のユーザー ID
userEmailStringユーザーメールアドレス
userTerminalString端末種別:WEB または APP

goodsInfo

パラメータ説明
goodsIdString商品 ID
goodsNameString商品名
goodsUrlString商品リンク
payMethodType / payMethodName を指定しない場合、Checkout ページには利用可能なすべての決済手段が表示されます。