put https://api.accelevents.com/rest/host/event//settings/creditCard
This API is used to update host credit card settings like creditCardEnabled , processingFeesToPurchaser, ccRequireForBidConfirm, and taxId.
To get this API we need to pass the authentication key to authenticate the user and body parameter of HostCreditCardSettings which contains creditCardEnabled, processingFeesToPurchaser, ccRequireForBidConfirm, taxId.This API is used on the payment processing page.
Here is the description of response attributes, which returns in the form of JSON.
Attribute | Description |
---|---|
message | Host credit card settings saved successfully |
type | Success |