updateCardPartnerControl
mutation is used to set up and update the payment control. Here are the available settings:endpoint
: your endpoint (mandatory)protocol
: for now, it must be HttpJsondefaultResponse
: in case of timeout, can be true or falsetimeoutMs
: to allow you more flexibility, up to 10s in the sandbox environment and 1s in the live environment.secret
: we'll add your secret to a "x-swan-secret" headertimeoutAt
: epoch millis at which we'll fallback on default response transactionId
paymentId
accountId
cardId
dateTime
: epoch millis at which the payment occurred originalAmountValue
originalAmountCurrency
amountValue
amountCurrency
merchantId
merchantCategoryCode
merchantName
merchantCity
merchantCountry
transactionCategory
authorizationType
accepted
field. We'll take your default response into account if we don't have an answer from you after the timeout or endpoint contact error. true
from a client perspective.