gpt4 book ai didi

ios - kCFErrorDomainCFNetwork 访问 Payeezy Url 时出错

转载 作者:行者123 更新时间:2023-11-29 05:59:48 25 4
gpt4 key购买 nike

我正在使用 Payeezy SDK 集成来获取第一个数据 payeezy github 。 & 使用他们的方法来标记卡:

[myClient submitPostFDTokenForCreditCard: credit_card[@"type"] cardHolderName: credit_card[@"cardholdername"] cardNumber:credit_card[@"cardnumber"] cardExpirymMonthAndYear:credit_card[@"expdate"] cardCVV:credit_card[@"cvv"] type:@"FDToken" auth:@"false" ta_token:taToken completion:^(NSDictionary *dict, NSError *error){

if (error == nil) {
NSDictionary *resDict = [dict valueForKey:@"token"];
self->fdTokenValue = [NSString stringWithFormat:@"%@", [resDict valueForKey:@"value"]];
[self authorizeToken];
}
else{
NSLog(@"error : %@",error.debugDescription);
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"First Data Payment Authorization"
message: error.localizedDescription delegate:self cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
[alert show];
}
}];

其中 KURL 是 @"https://api-cert.payeezy.com/v1/transactions/tokens "

我收到此错误:

 error value : The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
2019-02-20 14:28:53.387187+0530 AppName[28055:1980864] error value extra : Error Domain=NSURLErrorDomain Code=-1012 "(null)" UserInfo={NSErrorFailingURLStringKey=https://api.payeezy.com/v1/transactions/tokens, NSUnderlyingError=0x282075ec0 {Error Domain=kCFErrorDomainCFNetwork Code=-1012 "(null)" UserInfo={_kCFURLErrorAuthFailedResponseKey=<CFURLResponse 0x2800e3680 [0x1c3409610]>{url = https://api.payeezy.com/v1/transactions/tokens}}}, NSErrorFailingURLKey=https://api.payeezy.com/v1/transactions/tokens}

它不像任何图书馆调用或其他东西。只是这个 URL 抛出错误。我也检查了实时网址,但结果相同。这可能是什么原因?

最佳答案

确保传递所有必需的具有有效值的身份验证 header 字段。错误代码似乎是从 API 端取消了身份验证。

关于ios - kCFErrorDomainCFNetwork 访问 Payeezy Url 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54800519/

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