br.com.anteros.payment.api.braspag.service.VerifyCardService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Payment-Api Show documentation
Show all versions of Anteros-Payment-Api Show documentation
Anteros Payment Integration Api for Java.
The newest version!
package br.com.anteros.payment.api.braspag.service;
import br.com.anteros.payment.api.braspag.domain.MerchantAuthentication;
import br.com.anteros.payment.api.braspag.domain.VerifyCardRequest;
import br.com.anteros.payment.api.braspag.domain.VerifyCardResponse;
import br.com.anteros.security.spring.ActionSecured;
import br.com.anteros.security.spring.ResourceSecured;
@ResourceSecured(resourceName = "VerifyCard", description = "Verificar cartão")
public interface VerifyCardService {
@ActionSecured(actionName="ACT_payment", category="Pagamento", description="Verificar um cartão de crédito")
VerifyCardResponse verifyCard(MerchantAuthentication merchantAuthentication, VerifyCardRequest verifyCardRequest);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy