TwidPay BNPL Integration - iOS Core SDK

To pay using TwidPay, perform the following steps.

  1. Create the post data with CASH_CARD_TWID:
self.paymentParamForPassing.bankCode = CASH_CARD_TWID;//BankCode
paymentParamForPassing.bankCode = CASH_CARD_TWID //BankCode
  1. Get the Twid customer hash in the field5 param of PayuResponse, which can be used in the next transactions to skip authentication.
    self.paymentParamForPassing.twidCustomerHash = @"Twid customer hash";
  
paymentParamForPassing.twidCustomerHash = "Twid customer hash"