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"

Ask AI Beta

Hi! I am an AI Assistant. Ask me about PayU and get help with your integration.
Responses are generated by AI, may contain some mistakes.

EXAMPLE QUESTIONS