Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents a riskassessments client. Thread-safe.
func NewClient ¶
func NewClient(parent *apiresource.APIResource, pathContext map[string]string) *Client
NewClient constructs a Riskassessments Client
parent is the *apiresource.APIResource on top of which we want to build the new Riskassessments Client
func (*Client) Bankaccounts ¶
func (c *Client) Bankaccounts(body riskassessments.RiskAssessmentBankAccount, context communication.CallContext) (riskassessments.RiskAssessmentResponse, error)
Bankaccounts represents the resource /{merchantId}/riskassessments/bankaccounts - Risk-assess bankaccount Documentation can be found at https://epayments-api.developer-ingenico.com/s2sapi/v1/en_US/go/riskassessments/bankaccounts.html
Can return any of the following errors: * ValidationError if the request was not correct and couldn't be processed (HTTP status code 400) * AuthorizationError if the request was not allowed (HTTP status code 403) * IdempotenceError if an idempotent request caused a conflict (HTTP status code 409) * ReferenceError if an object was attempted to be referenced that doesn't exist or has been removed, or there was a conflict (HTTP status code 404, 409 or 410) * GlobalCollectError if something went wrong at the Ingenico ePayments platform, the Ingenico ePayments platform was unable to process a message from a downstream partner/acquirer, or the service that you're trying to reach is temporary unavailable (HTTP status code 500, 502 or 503) * APIError if the Ingenico ePayments platform returned any other error
func (*Client) Cards ¶
func (c *Client) Cards(body riskassessments.RiskAssessmentCard, context communication.CallContext) (riskassessments.RiskAssessmentResponse, error)
Cards represents the resource /{merchantId}/riskassessments/cards - Risk-assess card Documentation can be found at https://epayments-api.developer-ingenico.com/s2sapi/v1/en_US/go/riskassessments/cards.html
Can return any of the following errors: * ValidationError if the request was not correct and couldn't be processed (HTTP status code 400) * AuthorizationError if the request was not allowed (HTTP status code 403) * IdempotenceError if an idempotent request caused a conflict (HTTP status code 409) * ReferenceError if an object was attempted to be referenced that doesn't exist or has been removed, or there was a conflict (HTTP status code 404, 409 or 410) * GlobalCollectError if something went wrong at the Ingenico ePayments platform, the Ingenico ePayments platform was unable to process a message from a downstream partner/acquirer, or the service that you're trying to reach is temporary unavailable (HTTP status code 500, 502 or 503) * APIError if the Ingenico ePayments platform returned any other error