简体   繁体   English

Flutterwave 支付集成

[英]Flutterwave payment integration

1)Can I create a customer without an email address but by using a phone number in flutter wave payment integration? 1) 我可以在没有 email 地址但使用 flutter 波支付集成中的电话号码创建客户吗? 2)Is it possible to do a recurring subscription without using a flutter wave API 2)是否可以在不使用 flutter 波 API 的情况下进行定期订阅

To clarify, You can pass email values containing the user's phone details in the request payload.为了澄清,您可以在请求有效负载中传递包含用户电话详细信息的 email 值。 The domain of the email is what is validated to ensure we are not spammed. email 的域是经过验证的,以确保我们不会收到垃圾邮件。

Here is a sample format you can use to create emails for your users - user's_phone_number@your_domain .这是您可以用来为您的用户创建电子邮件的示例格式 - user's_phone_number@your_domain Please feel free to explore other similar formats.请随意探索其他类似的格式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Flutterwave 支付 API 与 PHP 和 Mysql 集成 - Flutterwave payment API integration with PHP and Mysql Flutterwave Android 支付集成 - 无法处理支付 - 错误无法检索交易费用 - Flutterwave Android payment integration - cannot process payment - error unable to retrieve transaction fee Flutterwave 与 Ionic 4 的集成 - Flutterwave Integration with Ionic 4 Flutterwave Rave Inline Checkout 集成错误 - Flutterwave Rave Inline Checkout integration Error 如何在 Rave Flutterwave 中结算托管付款和退还托管付款? - How does Settling an Escrow payment and Refunding an Escrow payment work in Rave Flutterwave? 使用flutterwave-react-native成功付款后,出现此错误 - After making successful payment with flutterwave-react-native, i get this error Flutterwave 卡支付显示“Payload needs 3DES-24 Encryption”消息。 我正在发送客户信用卡详细信息以进行付款 - Flutterwave card payment shows 'Payload needs 3DES-24 Encryption' message. I am sending customer credit card details for payment Flutterwave 命令不起作用(Flutterwave CLI) - Flutterwave command not working (Flutterwave CLI) 在 Flutterwave 实时模式下遇到问题 - Getting issue in flutterwave live mode 在 Flutterwave 中为不同的货币设置不同的金额 - Set Different Amounts for Different Currencies in Flutterwave
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM