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"
    }
  ]
}

Changes

Changed in 4 of the 51 revisions of this API.523

  • v2a4fab1c7333b11See the full diff
    • added the new legalEntity enum value to the scaAssociations/items/entityType response property for the response status 200

      response-property-enum-value-added

    • added the new legalEntity enum value to the request property entityType

      request-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • for the header request parameter WWW-Authenticate, the maxLength was increased from 10000 to 20000

      request-parameter-max-length-increased

  • v28108f1dda17751See the full diff
    • the request property entityId became required

      request-property-became-required

    • the request property entityType became required

      request-property-became-required

    • the request property scaDeviceIds became required

      request-property-became-required

    • the request property status became required

      request-property-became-required

    • the scaDeviceIds/items/ request property's minLength was increased from 0 to 30

      request-property-min-length-increased

    • the scaDeviceIds/items/ request property's maxLength was set to 30

      request-property-max-length-set

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added