PayFort paymentApple Pay付款的API“缺少参数”

时间:2019-03-07 12:31:53

标签: ios applepay payfort

我正在使用PayFort收到的PayFort Apple Pay指南文档将PayFort Apple Pay集成到我的应用程序中。

我将使用相同类型的值发送文档中提到的所有必需参数。

但是我总是得到PayFort响应作为“缺少参数”。

我无法获取缺少的特定参数或任何错误,或者我在做什么错。

这些是我在帖子中发送的参数:

enter image description here

,这两个参数在列表中:“ apple_header”和“ apple_paymentMethod”

enter image description here

2 个答案:

答案 0 :(得分:1)

我已通过更改ApplePay的payfort回调方法解决了此问题。.ApplePay有另一种回调方法,其文档中未提及。

- (void)callPayFortForApplePayWithRequest:(NSMutableDictionary *)RequestFort
           applePayPayment:(PKPayment *)payment
     currentViewController:(UIViewController *)controller
                   Success:(PAYFORTTransactionSuccess)success
                     Faild:(PAYFORTTransactionFaild)faild;

答案 1 :(得分:0)

请检查以下必填参数,以便通过PayFort进行发布请求,我认为您缺少“ sdk_token” enter image description here