Merchant Application Additional information.
Application Additional Info
Get Additional Information by Application
get /enroll/application/additional-info/key/{externalKey}
Get additional information associated with an application by application external key.
Parameters
externalKey required
Type
stringPattern
^(?!.*/).*$Range
1 to 50 charactersExample
0aa000a-000a-00a0-00a0-00000aa00a0Loading...
Example Response
200 Return additional information for enrollment application.
403 Forbidden response.
404 Application not found error response.
500 Internal Server Error response.
Update Additional Information by Application
patch /enroll/application/additional-info/key/{externalKey}
Update additional information associated with an application by application external key.
Parameters
externalKey required
Type
stringPattern
^(?!.*/).*$Range
1 to 50 charactersExample
0aa000a-000a-00a0-00a0-00000aa00a0Loading...
Request Schema
agentData
Type
objectLoading...
acceptedPaymentTypes
Type
objectLoading...
highRiskBusinessData
Type
objectLoading...
achProcessing
Type
objectLoading...
isAchProcessingEnabled
Type
booleanExample
falseLoading...
Example Request
Example Response
200 Return updated additional information for enrollment application.
400 Bad request response.
403 Forbidden response.
404 Application not found error response.
415 Unsupported media type response - Invalid content type.
422 Unprocessable entity error response.
500 Internal Server Error response.