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.
Required parameters
| Parameter | Type | Description |
|---|
paymentRequestId | String | Idempotency key, up to 32 characters. Persist and store it before initiating the request. |
merchantOrderId | String | Merchant-side order ID |
orderCurrency | String | Order currency (ISO 4217) |
orderAmount | String | Order amount, for example "100.00" |
notifyUrl | String | Webhook callback URL (HTTPS) |
successRedirectUrl | String | User redirect URL after a successful payment |
failedRedirectUrl | String | User redirect URL after a failed payment |
Optional parameters
| Parameter | Type | Description |
|---|
orderDescription | String | Order description |
payMethodType | String | Specify the payment method type (for example CREDITCARD) |
payMethodName | String | Specify the specific payment method (for example CC_VISA) |
userCurrency | String | User-side currency (use when it differs from the merchant currency) |
goodsInfo | Object | Product information |
userInfo | Object | User information |
userInfo
| Parameter | Type | Description |
|---|
userId | String | Merchant-side user ID |
userEmail | String | User email |
userTerminal | String | Terminal type: WEB or APP |
goodsInfo
| Parameter | Type | Description |
|---|
goodsId | String | Product ID |
goodsName | String | Product name |
goodsUrl | String | Product link |
If payMethodType / payMethodName is not specified, the Checkout page will display all available payment methods.