Skip to main content

Approve a pending approval association

patch/scaAssociations

Approves a previously created association that is in a pending state.

Endpoint destination URL
https://balanceplatform-api-test.adyen.com/bcl/v2/scaAssociations
Click to copy
WWW-AuthenticatestringRequired
Min length: 1Max length: 10000

The header for authenticating through SCA.

entityIdstring
Min length: 1Max length: 100

The unique identifier of the entity.

entityTypestring

The type of the entity.

Possible values: accountHolder or paymentInstrument.

scaDeviceIdsarray[string]

List of device ids associated to the entity that will be approved.

statusstring

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.