Skip to main content
POST
Bank Intent Response

Authorizations

Authorization
string
header
required

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

Body

application/json
customerId
string
required
entityId
string
required
lookupID
string
required
customerDecision
enum<string>
required
Available options:
approve_once,
approve_recurring,
deny,
suspended
spendingLimits
object
blockMerchant
boolean
reference
string

Response

Customer decision created successfully

statusCode
integer
Example:

201

success
boolean
Example:

true

message
string
Example:

"Customer decision created successfully"

customerDecisionId
string
paymentID
string