package com.scb.phone.data.network.service; import com.scb.phone.data.entity.transfer.SingleDataEntity; import o.AbstractC13175fSw; import o.C1573aHz; import o.C16902sHd; import o.C6083cI; import o.C6113cJ; import o.FAd; import retrofit2.http.Body; import retrofit2.http.GET; import retrofit2.http.Header; import retrofit2.http.POST; import retrofit2.http.Path; /* loaded from: classes.dex */ public interface NsipPartnerPaymentService { @POST("/v1/partnerpayment/transfer/confirmation") AbstractC13175fSw> getPartnerPaymentConfirm(@Body C6083cI c6083cI, @Header("otp") String str, @Header("tokenUUID") String str2); @GET("/v1/cta/partnerpayment/ms/merchantdata/id/{deepLinkId}") AbstractC13175fSw> getPartnerPaymentId(@Path("deepLinkId") String str); @POST("/v1/partnerpayment/transfer/verification") AbstractC13175fSw> getPartnerPaymentVerification(@Body C6113cJ c6113cJ); }