v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-3196247792.5 KB
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 required

The unique identifier of the entity.

entityType'accountHolder' | 'legalEntity' | 'paymentInstrument' required
scaDeviceIdsstring[] required

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

status'pendingApproval' | 'active' required

Response

OK - Successful approval

Example response

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