RuPayVerifySecurityRequest method
Future<RupayEncryption3DESModel>
RuPayVerifySecurityRequest(
- BuildContext context,
- String jsonBody
Implementation
Future<RupayEncryption3DESModel> RuPayVerifySecurityRequest(BuildContext context, String jsonBody) async {
var response = await sdkapiservice.postData(context, jsonBody, AppUrl.TA_Oneapp_RuPayVerifySecurity,false);
return RupayEncryption3DESModel.fromJson(response);
}