SCA association management

Approve a pending approval association

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

patch/scaAssociations

Headers

WWW-Authenticatestring required

The header for authenticating through SCA.

Request body

entityIdstring

The unique identifier of the entity.

entityType'accountHolder' | 'paymentInstrument'
scaDeviceIdsstring[]

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

status'pendingApproval' | 'active'

Response

OK - Successful approval

Example response

{
  "scaAssociations": [
    {
      "scaDeviceId": "BSDR11111111111A1AAA1AAAAA1AA1"
    }
  ]
}

Changes