Skip to main content
PUT
Update Customer Decision

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customerDecisionId
string
required

Body

application/json
decision
enum<string>
Available options:
approve_once,
approve_recurring,
deny,
suspended
spendingLimits
object
blockMerchant
boolean

Response

Customer decision updated successfully

statusCode
integer
Example:

200

success
boolean
Example:

true

message
string
Example:

"Customer decision updated successfully"

data
object