Approve a pending approval association
Approves a previously created association that is in a pending state.
The header for authenticating through SCA.
The unique identifier of the entity.
The type of the entity.
Possible values: accountHolder or paymentInstrument.
List of device ids associated to the entity that will be approved.
The status of the association.
Possible values: active or pendingApproval.
After submitting a call, you receive a response message to inform you that your request was received and processed.
Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.
HTTP Responses
200 - OK
Successful approval
401 - Unauthorized
Authentication required.
403 - Forbidden
Insufficient permissions to process the request.
500 - Internal Server Error
The server could not process the request.