gpt4 book ai didi

iphone - 在ios应用程序中实现Zoos的要求

转载 作者:行者123 更新时间:2023-11-29 03:43:08 24 4
gpt4 key购买 nike

我是支付网关的新手。我必须在我的应用程序中使用 Zooz。

我们的客户将为 Zooz 创建一个帐户。

请告诉我关于我需要在应用程序中使用的 Zooz 帐户,我必须向客户询问哪些问题。像APP key 一样,我还需要向客户端询问其他参数吗?将在代码中使用。

最佳答案

试试这个

invoiceRefNumber是您的系统会计发票号码,用于仅跟踪且不被我们的系统使用。appKey - 是您注册时从我们这里收到的应用程序 key

创建付款请求并打开付款对话框。

-(IBAction)pay{
ZooZ * zooz = [ZooZ sharedInstance];
zooz.sandbox = YES;//set this if working in Sandbox mode
ZooZPaymentRequest * req =
[zooz createPaymentRequestWithTotal:32.1 invoiceRefNumber:@"1234" delegate:self];
req.currencyCode = @"USD";
[zooz openPayment:req forAppKey:@"app_id"];
}

关于iphone - 在ios应用程序中实现Zoos的要求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18095593/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com